aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-02-10 08:26:31 -0700
committerBrian Paul <[email protected]>2012-02-10 08:26:31 -0700
commit5ee8969b11b8018ed3e1e785f34a6b8fe6abf0ff (patch)
tree950ae5efecf812f6930564e94e29637bb92aabf4 /src/mesa
parent9e0931e355a21ff9902a4127cc63b392d8def0cd (diff)
mesa: remove unused gl_shared_state::DriverData field
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/mtypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 6066e6f5b96..5ef97c86c15 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2527,8 +2527,6 @@ struct gl_shared_state
/** GL_ARB_sampler_objects */
struct _mesa_HashTable *SamplerObjects;
-
- void *DriverData; /**< Device driver shared state */
};