Remove debugging code.

svn path=/trunk/; revision=50352
This commit is contained in:
Timo Kreuzer 2011-01-10 09:53:56 +00:00
parent e642b65095
commit 500a89ae51

View file

@ -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;