wined3d: Get rid of the unused screen_palents field in struct wined3d_palette.

This commit is contained in:
Henri Verbeet 2014-01-08 10:56:14 +01:00 committed by Alexandre Julliard
parent fac0d13ee7
commit 2401a82bdc
1 changed files with 0 additions and 2 deletions

View File

@ -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;
};