better stub for EnumFonts (fixed license agreement in ClamWin installer)
[reactos.git] / reactos / lib / gdi32 / misc / stubsw.c
index 243365a..4260ee0 100644 (file)
@@ -40,29 +40,6 @@ DeviceCapabilitiesExW(
 #endif
 }
 
-
-/*
- * @unimplemented
- */
-int
-STDCALL
-EnumFontsW(
-       HDC  hDC,
-       LPCWSTR lpFaceName,
-       FONTENUMPROCW  FontFunc,
-       LPARAM  lParam
-       )
-{
-#if 0
-  return NtGdiEnumFonts ( hDC, lpFaceName, FontFunc, lParam );
-#else
-  UNIMPLEMENTED;
-  SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
-  return 0;
-#endif
-}
-
-
 /*
  * @unimplemented
  */