branch update for HEAD-2003050101
[reactos.git] / lib / gdi32 / misc / stubs.c
index 8c52686..dbe4789 100644 (file)
@@ -665,17 +665,6 @@ GetPixelFormat(
 
 
 
-int
-STDCALL
-GetPolyFillMode(
-       HDC     a0
-       )
-{
-       SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
-       return 0;
-}
-
-
 
 BOOL
 STDCALL
@@ -1255,18 +1244,6 @@ SetPixelFormat(
 
 
 
-int
-STDCALL
-SetPolyFillMode(
-       HDC     a0,
-       int     a1
-       )
-{
-       SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
-       return 0;
-}
-
-
 
 BOOL
 STDCALL
@@ -2091,48 +2068,6 @@ DPtoLP(
 
 BOOL
 STDCALL
-LPtoDP(
-       HDC     a0,
-       LPPOINT a1,
-       int     a2
-       )
-{
-       SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
-       return FALSE;
-}
-
-
-
-BOOL
-STDCALL
-Polygon(
-       HDC             a0,
-       CONST POINT     *a1,
-       int             a2
-       )
-{
-       SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
-       return FALSE;
-}
-
-
-
-BOOL
-STDCALL
-Polyline(
-       HDC             a0,
-       CONST POINT     *a1,
-       int             a2
-       )
-{
-       SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
-       return FALSE;
-}
-
-
-
-BOOL
-STDCALL
 PolyBezier(
        HDC             a0,
        CONST POINT     *a1,