From 4461c225f89ef31f3b6e0aa1ca705644a070ce1b Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Wed, 9 Jan 2008 16:07:48 +0000 Subject: [PATCH] forgot to remove the assert svn path=/trunk/; revision=31688 --- reactos/subsystems/win32/win32k/ntuser/object.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/subsystems/win32/win32k/ntuser/object.c b/reactos/subsystems/win32/win32k/ntuser/object.c index ea4858bbac5..cc4b6ebbae5 100644 --- a/reactos/subsystems/win32/win32k/ntuser/object.c +++ b/reactos/subsystems/win32/win32k/ntuser/object.c @@ -108,8 +108,6 @@ __inline static PUSER_HANDLE_ENTRY alloc_user_entry(PUSER_HANDLE_TABLE ht) } 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