Remove debugging statements

svn path=/trunk/; revision=4260
This commit is contained in:
Gé van Geldorp 2003-03-08 00:45:04 +00:00
parent 3548ecb7a4
commit 4817869d83

View file

@ -36,8 +36,6 @@ ULONG CreateGDIHandle(ULONG InternalSize, ULONG UserSize)
pObj->hObj = i;
GDIHandles[ i ].pEngObj = pObj;
DPRINT("CreateGDIHandle: obj: %x, handle: %d, usersize: %d\n", pObj, i, UserSize );
if (15 == i)
i = 15;
return i;
}
}