remove NtGdiArc, NtGdiArcTo and NtGdiChord from ntgdibad.h
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 2 Aug 2007 21:50:05 +0000 (21:50 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 2 Aug 2007 21:50:05 +0000 (21:50 +0000)
svn path=/trunk/; revision=28107

reactos/include/reactos/win32k/ntgdibad.h

index 910623d..b0e7fe8 100644 (file)
@@ -118,45 +118,6 @@ NtGdiAnimatePalette (
        CONST PPALETTEENTRY     ppe
        );
 
-/* Use NtGdiArcInternal with GdiTypeArc */
-BOOL
-STDCALL
-NtGdiArc(HDC  hDC,
-              int  LeftRect,
-              int  TopRect,
-              int  RightRect, 
-              int  BottomRect,
-              int  XStartArc,
-              int  YStartArc,
-              int  XEndArc,  
-              int  YEndArc);
-
-/* Use NtGdiArcInternal with GdiTypeArcTo */
-BOOL
-STDCALL
-NtGdiArcTo(HDC  hDC,
-                int  LeftRect,
-                int  TopRect,
-                int  RightRect,
-                int  BottomRect,
-                int  XRadial1,
-                int  YRadial1,
-                int  XRadial2,
-                int  YRadial2);
-
-/* Use NtGdiArcInternal with GdiTypeChord */
-BOOL
-STDCALL
-NtGdiChord(HDC  hDC,
-                int  LeftRect,
-                int  TopRect,
-                int  RightRect,
-                int  BottomRect,
-                int  XRadial1,
-                int  YRadial1,
-                int  XRadial2,
-                int  YRadial2);
-
 /* Metafiles are user mode */
 HENHMETAFILE
 STDCALL