mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Remove debugging statements
svn path=/trunk/; revision=4260
This commit is contained in:
parent
3548ecb7a4
commit
4817869d83
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue