- Cleanup user32, direct call to kernel space
[reactos.git] / reactos / dll / win32 / user32 / windows / draw.c
index c793ff9..4de2f0b 100644 (file)
@@ -1806,16 +1806,6 @@ FlashWindow(HWND hWnd, BOOL bInvert)
     return FALSE;
 }
 
-/*
- * @unimplemented
- */
-BOOL WINAPI
-FlashWindowEx(PFLASHWINFO pfwi)
-{
-    UNIMPLEMENTED;
-    return FALSE;
-}
-
 /*
  * @implemented
  */
@@ -1838,17 +1828,6 @@ FillRect(HDC hDC, CONST RECT *lprc, HBRUSH hbr)
     return TRUE;
 }
 
-/*
- * @unimplemented
- */
-BOOL WINAPI
-DrawAnimatedRects(HWND hWnd, int idAni, CONST RECT *lprcFrom,
-                  CONST RECT *lprcTo)
-{
-    UNIMPLEMENTED;
-    return FALSE;
-}
-
 /*
  * @implemented
  */