diff options
author | Eric Anholt <[email protected]> | 2014-04-23 16:43:20 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-04-30 14:33:20 -0700 |
commit | 6bac47c05a40ea5a9f62b8b40bc1399a613d53df (patch) | |
tree | 71b147b7dc2639850796a1dff53e07d5a18f6925 /src/mesa/drivers/dri/i915/i915_context.h | |
parent | c703658b3965bf2e4f3593a0d54be03e8e8b1436 (diff) |
mesa: Drop dead last_ReallyEnabled fields from drivers.
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i915/i915_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i915/i915_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i915/i915_context.h b/src/mesa/drivers/dri/i915/i915_context.h index 597532b1eed..34af202b691 100644 --- a/src/mesa/drivers/dri/i915/i915_context.h +++ b/src/mesa/drivers/dri/i915/i915_context.h @@ -250,7 +250,6 @@ struct i915_context { struct intel_context intel; - GLuint last_ReallyEnabled; GLuint lodbias_ss2[MAX_TEXTURE_UNITS]; |