cleanup ntgdibad from api that have been remove.
authorMagnus Olsen <magnus@greatlord.com>
Mon, 31 Dec 2007 14:34:23 +0000 (14:34 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Mon, 31 Dec 2007 14:34:23 +0000 (14:34 +0000)
svn path=/trunk/; revision=31517

reactos/include/reactos/win32k/ntgdibad.h

index b3230bc..18b29f7 100644 (file)
@@ -129,12 +129,7 @@ NtGdiCreateEnhMetaFile (
        LPCWSTR         Description
        );
 
-/* Use NtGdiPolyPolyDraw with PolyPolyRgn. */
-HRGN
-STDCALL
-NtGdiCreatePolygonRgn(CONST PPOINT  pt,
-                           INT  Count,
-                           INT  PolyFillMode);
+
 
 /* Meta are user-mode. */
 BOOL
@@ -275,10 +270,7 @@ INT
 STDCALL
 NtGdiGetPixelFormat(HDC  hDC);
 
-/* Should be done in user-mode using shared GDI Objects. */
-UINT
-STDCALL
-NtGdiGetTextCharset(HDC  hDC);
+
 
 /* Use NtGdiGetDCPoint with GdiGetViewPortExt */
 BOOL STDCALL  NtGdiGetViewportExtEx(HDC  hDC, LPSIZE viewportExt);