mesa: remove unused gl_shared_state::DriverData field
authorBrian Paul <brianp@vmware.com>
Fri, 10 Feb 2012 15:26:31 +0000 (08:26 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 10 Feb 2012 15:26:31 +0000 (08:26 -0700)
src/mesa/main/mtypes.h

index 6066e6f5b9679c8da3e27a9b7557ccee125af077..5ef97c86c151c51e80475b18ccdab00b6d1d299c 100644 (file)
@@ -2527,8 +2527,6 @@ struct gl_shared_state
 
    /** GL_ARB_sampler_objects */
    struct _mesa_HashTable *SamplerObjects;
-
-   void *DriverData;  /**< Device driver shared state */
 };