Author: gedmurphy Date: Wed Jan 9 19:07:48 2008 New Revision: 31688
URL: http://svn.reactos.org/svn/reactos?rev=31688&view=rev Log: forgot to remove the assert
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/object.c
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/object.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ntu... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/ntuser/object.c (original) +++ trunk/reactos/subsystems/win32/win32k/ntuser/object.c Wed Jan 9 19:07:48 2008 @@ -108,8 +108,6 @@ } DPRINT1("Handle Count by Type:\n Free = %d Window = %d Menu = %d CursorIcon = %d Hook = %d\n CallProc = %d Accel = %d Monitor = %d\n", iFree, iWindow, iMenu, iCursorIcon, iHook, iCallProc, iAccel, iMonitor ); - - ASSERT(FALSE); //#endif return NULL; #if 0