From 5ee8969b11b8018ed3e1e785f34a6b8fe6abf0ff Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 10 Feb 2012 08:26:31 -0700 Subject: [PATCH] mesa: remove unused gl_shared_state::DriverData field --- src/mesa/main/mtypes.h | 2 -- 1 file changed, 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 */ }; -- 2.30.2