implement SelectFontLocal
[reactos.git] / reactos / dll / win32 / gdi32 / misc / stubs.c
index 5691104..f31f7e9 100644 (file)
@@ -1120,20 +1120,7 @@ GetGlyphOutlineWow(
 }
 
 
-/*
- * @unimplemented
- */
-DWORD
-STDCALL
-SelectFontLocal(
-       DWORD   a0,
-       DWORD   a1
-       )
-{
-       UNIMPLEMENTED;
-       SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
-       return 0;
-}
+
 
 
 /*