[WIN32K]
authorJérôme Gardou <jerome.gardou@reactos.org>
Sat, 23 Aug 2014 15:20:44 +0000 (15:20 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Sat, 23 Aug 2014 15:20:44 +0000 (15:20 +0000)
 - Remove left-over assert

svn path=/trunk/; revision=63922

reactos/win32ss/gdi/ntgdi/dibobj.c

index 28c7a2b..83252a9 100644 (file)
@@ -604,7 +604,6 @@ NtGdiSetDIBitsToDeviceInternal(
     /* HACK: If this is a RLE bitmap, only the relevant pixels must be set. */
     if ((bmi->bmiHeader.biCompression == BI_RLE8) || (bmi->bmiHeader.biCompression == BI_RLE4))
     {
-        ASSERT(ScanLines == bmi->bmiHeader.biHeight);
         hMaskBitmap = IntGdiCreateMaskFromRLE(bmi->bmiHeader.biWidth,
             ScanLines,
             bmi->bmiHeader.biCompression,