From: Eric Anholt Date: Sun, 7 Aug 2011 17:43:49 +0000 (-0700) Subject: i965: Remove dead brw->wm.max_threads field. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e355b179b2bd42a585464f17759764083fa3ef26;p=mesa.git i965: Remove dead brw->wm.max_threads field. --- diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 4a1abd6252e..38b13098bc0 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -735,7 +735,6 @@ struct brw_context GLuint render_surf; GLuint nr_surfaces; - GLuint max_threads; drm_intel_bo *scratch_bo; GLuint sampler_count;