[WIN32K]
[reactos.git] / reactos / win32ss / gdi / ntgdi / region.c
index cda069c..4efcc6f 100644 (file)
@@ -3381,7 +3381,7 @@ NtGdiCreateRectRgn(INT LeftRect, INT TopRect, INT RightRect, INT BottomRect)
     REGION_SetRectRgn(pRgn, LeftRect, TopRect, RightRect, BottomRect);
     RGNOBJAPI_Unlock(pRgn);
 
-    DPRINT1("Returning %p.\n", hRgn);
+    DPRINT("Returning %p.\n", hRgn);
 
     return hRgn;
 }
@@ -3847,10 +3847,6 @@ NtGdiPtInRegion(
 
     RGNOBJAPI_Unlock(prgn);
     return ret;
-
-
-    RGNOBJAPI_Unlock(prgn);
-    return FALSE;
 }
 
 BOOL