From eba8fd0b77e0c2428afe6dd634a5ecbba428f743 Mon Sep 17 00:00:00 2001 From: Matteo Bruni Date: Wed, 27 Apr 2011 22:53:55 +0200 Subject: [PATCH] wined3d: Remove an unused field. --- dlls/wined3d/wined3d_private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h index 288c2db4aa4..e3c025c1afe 100644 --- a/dlls/wined3d/wined3d_private.h +++ b/dlls/wined3d/wined3d_private.h @@ -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; -- 2.11.4.GIT