Mesa (master): mesa: remove unused gl_shared_state::DriverData field
Brian Paul
brianp at kemper.freedesktop.org
Fri Feb 10 07:26:55 PST 2012
Module: Mesa
Branch: master
Commit: 5ee8969b11b8018ed3e1e785f34a6b8fe6abf0ff
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ee8969b11b8018ed3e1e785f34a6b8fe6abf0ff
Author: Brian Paul <brianp at vmware.com>
Date: Fri Feb 10 08:26:31 2012 -0700
mesa: remove unused gl_shared_state::DriverData field
---
src/mesa/main/mtypes.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 6066e6f..5ef97c8 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 */
};
More information about the mesa-commit
mailing list