mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
Remove unused struct ColorShifts
svn path=/trunk/; revision=41987
This commit is contained in:
parent
a06a2ab53c
commit
6255ce1380
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue