wined3d: Remove an unused field.

This commit is contained in:
Matteo Bruni 2011-04-27 22:53:55 +02:00 committed by Alexandre Julliard
parent 9da924039f
commit eba8fd0b77
1 changed files with 0 additions and 1 deletions

View File

@ -760,7 +760,6 @@ typedef struct {
BOOL (*shader_dirtifyable_constants)(void);
void (*shader_get_caps)(const struct wined3d_gl_info *gl_info, struct shader_caps *caps);
BOOL (*shader_color_fixup_supported)(struct color_fixup_desc fixup);
void (*shader_add_instruction_modifiers)(const struct wined3d_shader_instruction *ins);
} shader_backend_t;
extern const shader_backend_t glsl_shader_backend DECLSPEC_HIDDEN;