mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:45:44 +00:00
[WIN32K]
Remove debugging code. svn path=/trunk/; revision=50352
This commit is contained in:
parent
e642b65095
commit
500a89ae51
1 changed files with 0 additions and 3 deletions
|
@ -3565,9 +3565,6 @@ NtGdiExtCreateRegion(
|
|||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
EngSetLastError(ERROR_INVALID_PARAMETER);
|
||||
DbgPrint("Region == %p\n", Region);
|
||||
__debugbreak();
|
||||
ASSERT(FALSE);
|
||||
RGNOBJAPI_Unlock(Region);
|
||||
GreDeleteObject(hRgn);
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue