From 56e859054df019207d3a9278dc3913233a04b61d Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 26 Mar 2011 16:56:24 +0000 Subject: [PATCH] [CMAKE] - Merge the win32k change from r51126. svn path=/branches/cmake-bringup/; revision=51162 --- subsystems/win32/win32k/objects/stockobj.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/subsystems/win32/win32k/objects/stockobj.c b/subsystems/win32/win32k/objects/stockobj.c index 02b07dfbf94..1ef2bc7d3bb 100644 --- a/subsystems/win32/win32k/objects/stockobj.c +++ b/subsystems/win32/win32k/objects/stockobj.c @@ -221,9 +221,6 @@ IntSetSysColors(UINT nColors, INT *Elements, COLORREF *Colors) { UINT i; - ASSERT(Elements); - ASSERT(Colors); - for (i = 0; i < nColors; i++) { if ((UINT)(*Elements) < NUM_SYSCOLORS)