diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index e130fbf4041..6de5c2d0974 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -779,9 +779,6 @@ struct brw_context struct brw_cache cache; - /** IDs for meta stencil blit shader programs. */ - struct gl_shader_program *meta_stencil_blit_programs[2]; - /* Whether a meta-operation is in progress. */ bool meta_in_progress;