mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
remove wrong fixme comment from win32k
svn path=/trunk/; revision=30995
This commit is contained in:
parent
124f989076
commit
e1f665fd09
1 changed files with 0 additions and 1 deletions
|
@ -805,7 +805,6 @@ IntGdiCreateDC(PUNICODE_STRING Driver,
|
||||||
}
|
}
|
||||||
|
|
||||||
NewDC = DC_LockDc( hNewDC );
|
NewDC = DC_LockDc( hNewDC );
|
||||||
/* FIXME - NewDC can be NULL!!! Don't assert here! */
|
|
||||||
if ( !NewDC )
|
if ( !NewDC )
|
||||||
{
|
{
|
||||||
DC_FreeDC( hNewDC );
|
DC_FreeDC( hNewDC );
|
||||||
|
|
Loading…
Reference in a new issue