[NTOSKRNL]
[reactos.git] / reactos / subsystems / win32 / win32k / objects / stockobj.c
index ca8a5e7..1a4a65e 100644 (file)
@@ -221,9 +221,6 @@ IntSetSysColors(UINT nColors, CONST INT *Elements, CONST COLORREF *Colors)
 {
     UINT i;
 
-    ASSERT(Elements);
-    ASSERT(Colors);
-
     for (i = 0; i < nColors; i++)
     {
         if ((UINT)(*Elements) < NUM_SYSCOLORS)