Author: tkreuzer Date: Wed Jul 15 22:02:33 2009 New Revision: 41987
URL: http://svn.reactos.org/svn/reactos?rev=41987&view=rev Log: Remove unused struct ColorShifts
Modified: trunk/reactos/subsystems/win32/win32k/include/palette.h
Modified: trunk/reactos/subsystems/win32/win32k/include/palette.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/inc... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/include/palette.h [iso-8859-1] (original) +++ trunk/reactos/subsystems/win32/win32k/include/palette.h [iso-8859-1] Wed Jul 15 22:02:33 2009 @@ -33,12 +33,6 @@ #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 {