mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Remove unused struct ColorShifts
svn path=/trunk/; revision=41987
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user