[GDI32] Remove obsolete function GdiIsHandleValid, which is just a copy of GdiValidat...
[reactos.git] / reactos / win32ss / gdi / gdi32 / objects / region.c
index 9c7e971..128d403 100644 (file)
@@ -186,7 +186,7 @@ MirrorRgnDC(
     _In_ HRGN hrgn,
     _In_ HRGN *phrn)
 {
-    if (!GdiIsHandleValid((HGDIOBJ) hdc) ||
+    if (!GdiValidateHandle((HGDIOBJ) hdc) ||
         (GDI_HANDLE_GET_TYPE(hdc) != GDI_OBJECT_TYPE_DC))
         return 0;