diff options
author | Eric Anholt <[email protected]> | 2011-08-07 10:43:49 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-08-16 13:04:42 -0700 |
commit | e355b179b2bd42a585464f17759764083fa3ef26 (patch) | |
tree | 6537c8d1a75d5e97ee0262fbd3dd1e58e3f7b0ac /src/mesa | |
parent | 160a5a3ff0fc826a2978c6bea6de21b445f612e9 (diff) |
i965: Remove dead brw->wm.max_threads field.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |