mesa: remove unused gl_shared_state::DriverData field

This commit is contained in:
Brian Paul 2012-02-10 08:26:31 -07:00
parent 9e0931e355
commit 5ee8969b11

View file

@ -2527,8 +2527,6 @@ struct gl_shared_state
/** GL_ARB_sampler_objects */
struct _mesa_HashTable *SamplerObjects;
void *DriverData; /**< Device driver shared state */
};