Remove NtGdiCheckColorsInGamut as it is not an API.

svn path=/trunk/; revision=20645
This commit is contained in:
Brandon Turner
2006-01-07 03:29:02 +00:00
parent 89b606cb89
commit a6560cb6af
3 changed files with 0 additions and 20 deletions
-8
View File
@@ -188,14 +188,6 @@ NtGdiArcTo(HDC hDC,
int XRadial2,
int YRadial2);
/* Does not exist */
BOOL
STDCALL
NtGdiCheckColorsInGamut(HDC hDC,
LPVOID RGBTriples,
LPVOID Buffer,
UINT Count);
/* Use NtGdiArcInternal with GdiTypeChord */
BOOL
STDCALL
-11
View File
@@ -23,17 +23,6 @@
#define NDEBUG
#include <debug.h>
BOOL
STDCALL
NtGdiCheckColorsInGamut(HDC hDC,
LPVOID RGBTriples,
LPVOID Buffer,
UINT Count)
{
UNIMPLEMENTED;
return FALSE;
}
BOOL
STDCALL
NtGdiColorMatchToTarget(HDC hDC,
-1
View File
@@ -10,7 +10,6 @@ NtGdiArcTo 9
NtGdiBeginPath 1
NtGdiBitBlt 11
NtGdiCancelDC 1
NtGdiCheckColorsInGamut 4
NtGdiChord 9
NtGdiCloseEnhMetaFile 1
NtGdiCloseFigure 1