Remove broken ASSERT
CORE-9033 #resolve
See issue #9033 for more details.

svn path=/trunk/; revision=66066
This commit is contained in:
Timo Kreuzer 2015-01-19 23:24:07 +00:00
parent e269d75d98
commit 7638b204cd

View file

@ -1111,7 +1111,6 @@ IntGdiFillRgn(
DWORD rop2Fg;
MIX mix;
NT_ASSERT((pdc != NULL) && (prgn != NULL));
ASSERT_DC_PREPARED(pdc);
if (pdc->dclevel.pSurface == NULL)
{