mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
remove wrong fixme comment from win32k
svn path=/trunk/; revision=30995
This commit is contained in:
@@ -805,7 +805,6 @@ IntGdiCreateDC(PUNICODE_STRING Driver,
|
||||
}
|
||||
|
||||
NewDC = DC_LockDc( hNewDC );
|
||||
/* FIXME - NewDC can be NULL!!! Don't assert here! */
|
||||
if ( !NewDC )
|
||||
{
|
||||
DC_FreeDC( hNewDC );
|
||||
|
||||
Reference in New Issue
Block a user