mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
wined3d: Get rid of the unused screen_palents field in struct wined3d_palette.
This commit is contained in:
parent
fac0d13ee7
commit
2401a82bdc
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue