Remove unused struct ColorShifts

svn path=/trunk/; revision=41987
This commit is contained in:
Timo Kreuzer 2009-07-15 20:02:33 +00:00
parent a06a2ab53c
commit 6255ce1380

View file

@ -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
{