From 9a96133a37f129a24ba06fc451fbac12a816aeb3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Sat, 23 Aug 2014 15:20:44 +0000 Subject: [PATCH] [WIN32K] - Remove left-over assert svn path=/trunk/; revision=63922 --- reactos/win32ss/gdi/ntgdi/dibobj.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/win32ss/gdi/ntgdi/dibobj.c b/reactos/win32ss/gdi/ntgdi/dibobj.c index 28c7a2b5ed1..83252a91628 100644 --- a/reactos/win32ss/gdi/ntgdi/dibobj.c +++ b/reactos/win32ss/gdi/ntgdi/dibobj.c @@ -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, -- 2.17.1