From 041123983d112aa142c837449a8fe1b344bd2b36 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 2 Aug 2007 21:50:05 +0000 Subject: [PATCH] remove NtGdiArc, NtGdiArcTo and NtGdiChord from ntgdibad.h svn path=/trunk/; revision=28107 --- reactos/include/reactos/win32k/ntgdibad.h | 39 ----------------------- 1 file changed, 39 deletions(-) diff --git a/reactos/include/reactos/win32k/ntgdibad.h b/reactos/include/reactos/win32k/ntgdibad.h index 910623d3ec1..b0e7fe8adad 100644 --- a/reactos/include/reactos/win32k/ntgdibad.h +++ b/reactos/include/reactos/win32k/ntgdibad.h @@ -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