Remove NtGdiCheckColorsInGamut as it is not an API.
Modified: trunk/reactos/include/win32k/ntgdibad.h
Modified: trunk/reactos/subsys/win32k/objects/icm.c
Modified: trunk/reactos/tools/nci/w32ksvc.db

Modified: trunk/reactos/include/win32k/ntgdibad.h
--- trunk/reactos/include/win32k/ntgdibad.h	2006-01-07 02:14:42 UTC (rev 20644)
+++ trunk/reactos/include/win32k/ntgdibad.h	2006-01-07 03:29:02 UTC (rev 20645)
@@ -188,14 +188,6 @@
                 int  XRadial2,
                 int  YRadial2);
 
-/* Does not exist */
-BOOL
-STDCALL
-NtGdiCheckColorsInGamut(HDC  hDC,
-                             LPVOID  RGBTriples,
-                             LPVOID  Buffer,
-                             UINT  Count);
-
 /* Use NtGdiArcInternal with GdiTypeChord */
 BOOL
 STDCALL

Modified: trunk/reactos/subsys/win32k/objects/icm.c
--- trunk/reactos/subsys/win32k/objects/icm.c	2006-01-07 02:14:42 UTC (rev 20644)
+++ trunk/reactos/subsys/win32k/objects/icm.c	2006-01-07 03:29:02 UTC (rev 20645)
@@ -25,17 +25,6 @@
 
 BOOL
 STDCALL
-NtGdiCheckColorsInGamut(HDC  hDC,
-                             LPVOID  RGBTriples,
-                             LPVOID  Buffer,
-                             UINT  Count)
-{
-  UNIMPLEMENTED;
-  return FALSE;
-}
-
-BOOL
-STDCALL
 NtGdiColorMatchToTarget(HDC  hDC,
                              HDC  hDCTarget,
                              DWORD  Action)

Modified: trunk/reactos/tools/nci/w32ksvc.db
--- trunk/reactos/tools/nci/w32ksvc.db	2006-01-07 02:14:42 UTC (rev 20644)
+++ trunk/reactos/tools/nci/w32ksvc.db	2006-01-07 03:29:02 UTC (rev 20645)
@@ -10,7 +10,6 @@
 NtGdiBeginPath				1
 NtGdiBitBlt				11
 NtGdiCancelDC				1
-NtGdiCheckColorsInGamut			4
 NtGdiChord				9
 NtGdiCloseEnhMetaFile			1
 NtGdiCloseFigure			1