Move more history api to the history file.
[reactos.git] / reactos / dll / win32 / gdi32 / objects / brush.c
index 24d423c..379b6af 100644 (file)
@@ -3,19 +3,7 @@
 #define NDEBUG
 #include <debug.h>
 
-/*
- * @implemented
- */
-BOOL
-STDCALL
-FixBrushOrgEx(
-   HDC hDC,
-   INT nXOrg,
-   INT nYOrg,
-   LPPOINT lpPoint)
-{
-   return FALSE;
-}
+
 
 /*
  * @implemented