wined3d: Remove an unused field.

This commit is contained in:
Henri Verbeet 2009-03-12 09:53:14 +01:00 committed by Alexandre Julliard
parent 2219749ae9
commit e4ea7976a5
1 changed files with 0 additions and 2 deletions

View File

@ -2266,8 +2266,6 @@ typedef struct IWineD3DBaseShaderClass
struct list constantsI;
shader_reg_maps reg_maps;
UINT recompile_count;
/* Pointer to the parent device */
IWineD3DDevice *device;
struct list shader_list_entry;