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! */