From 9e7867ddde6c737553347635434cf1c3d251b546 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Fri, 7 May 2010 23:36:49 +0000 Subject: [PATCH] revert unwanted changes svn path=/branches/reactos-yarotows/; revision=47120 --- subsystems/win32/win32k/objects/dclife.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/subsystems/win32/win32k/objects/dclife.c b/subsystems/win32/win32k/objects/dclife.c index 8ae84584762..c57346f6d8c 100644 --- a/subsystems/win32/win32k/objects/dclife.c +++ b/subsystems/win32/win32k/objects/dclife.c @@ -796,7 +796,6 @@ IntGdiDeleteDC(HDC hDC, BOOL Force) if (DCToDelete == NULL) { SetLastWin32Error(ERROR_INVALID_HANDLE); - DPRINT1("Could not lock DC to delete\n"); return FALSE; } @@ -843,7 +842,6 @@ NtGdiDeleteObjectApp(HANDLE DCHandle) if (!GDIOBJ_OwnedByCurrentProcess(DCHandle)) { - DPRINT1("Not a DC from current process!\n"); SetLastWin32Error(ERROR_INVALID_HANDLE); return FALSE; } -- 2.17.1