wined3d: Get rid of the unused palette9 wined3d_surface field.

This commit is contained in:
Henri Verbeet 2011-10-26 20:05:01 +02:00 committed by Alexandre Julliard
parent 0dd54eb0fd
commit 6a981239db
2 changed files with 0 additions and 3 deletions

View File

@ -117,8 +117,6 @@ static void surface_cleanup(struct wined3d_surface *surface)
overlay->overlay_dest = NULL;
}
HeapFree(GetProcessHeap(), 0, surface->palette9);
resource_cleanup(&surface->resource);
}

View File

@ -2012,7 +2012,6 @@ struct wined3d_surface
const struct wined3d_surface_ops *surface_ops;
struct wined3d_subresource_container container;
struct wined3d_palette *palette; /* D3D7 style palette handling */
PALETTEENTRY *palette9; /* D3D8/9 style palette handling */
DWORD draw_binding;
DWORD flags;