Remove unused struct ColorShifts
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 15 Jul 2009 20:02:33 +0000 (20:02 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 15 Jul 2009 20:02:33 +0000 (20:02 +0000)
svn path=/trunk/; revision=41987

reactos/subsystems/win32/win32k/include/palette.h

index d50d939..71822d1 100644 (file)
 #define PAL_RGB16_565       0x00400000 // 16-bit RGB in 565 format
 #define PAL_GAMMACORRECTION 0x00800000 // Correct colors
 
-typedef struct
-{
-    int shift;
-    int scale;
-    int max;
-} ColorShifts;
 
 typedef struct _PALETTE
 {