llvmpipe: remove unused member from lp_fragment_shader_variant_key

This commit is contained in:
Keith Whitwell 2010-08-22 12:16:45 +01:00
parent 0ad82b8d28
commit 49a2ea082b
1 changed files with 0 additions and 4 deletions

View File

@ -56,10 +56,6 @@ struct lp_fragment_shader_variant_key
unsigned flatshade:1;
unsigned occlusion_count:1;
struct {
ubyte colormask;
} cbuf_blend[PIPE_MAX_COLOR_BUFS];
struct lp_sampler_static_state sampler[PIPE_MAX_SAMPLERS];
};