mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
wined3d: Get rid of the unused screen_palents field in struct wined3d_palette.
This commit is contained in:
parent
fac0d13ee7
commit
2401a82bdc
@ -2951,8 +2951,6 @@ struct wined3d_palette
|
||||
WORD palVersion; /*| */
|
||||
WORD palNumEntries; /*| LOGPALETTE */
|
||||
PALETTEENTRY palents[256]; /*| */
|
||||
/* This is to store the palette in 'screen format' */
|
||||
int screen_palents[256];
|
||||
DWORD flags;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user