From: Brian Paul Date: Fri, 10 Feb 2012 15:26:31 +0000 (-0700) Subject: mesa: remove unused gl_shared_state::DriverData field X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ee8969b11b8018ed3e1e785f34a6b8fe6abf0ff;p=mesa.git mesa: remove unused gl_shared_state::DriverData field --- 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 */ };