From 133adbc1a690ac50a21c65609763841ff6fc8c4c Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Mon, 30 Jul 2007 02:24:48 +0000 Subject: [PATCH] update ntgdibad.h svn path=/trunk/; revision=28030 --- reactos/include/reactos/win32k/ntgdibad.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reactos/include/reactos/win32k/ntgdibad.h b/reactos/include/reactos/win32k/ntgdibad.h index 7bb3daf4e0e..7396172c683 100644 --- a/reactos/include/reactos/win32k/ntgdibad.h +++ b/reactos/include/reactos/win32k/ntgdibad.h @@ -1062,10 +1062,6 @@ NtGdiUpdateICMRegKey(DWORD Reserved, /* These shouldn't even be called NtGdi */ HDC STDCALL NtGdiGetDCState(HDC hDC); WORD STDCALL NtGdiSetHookFlags(HDC hDC, WORD Flags); -INT -STDCALL -NtGdiSelectVisRgn(HDC hdc, - HRGN hrgn); VOID STDCALL NtGdiSetDCState ( HDC hDC, HDC hDCSave ); /* All this Should be in user-mode, not NtUser calls. Especially not in GDI! */