From 4d1b51886c2bcb8ec7a8d58bd4ea2c8de9b9b140 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Mon, 31 Dec 2007 14:34:23 +0000 Subject: [PATCH] cleanup ntgdibad from api that have been remove. svn path=/trunk/; revision=31517 --- reactos/include/reactos/win32k/ntgdibad.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/reactos/include/reactos/win32k/ntgdibad.h b/reactos/include/reactos/win32k/ntgdibad.h index b3230bcfe12..18b29f73a05 100644 --- a/reactos/include/reactos/win32k/ntgdibad.h +++ b/reactos/include/reactos/win32k/ntgdibad.h @@ -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);