[Mesa-dev] [PATCH 3/6] mesa: Remove dead "MemPool" field of gl_shader_state.
Eric Anholt
eric at anholt.net
Fri Jul 29 12:48:01 PDT 2011
---
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 b881183..2d5f44c 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2252,8 +2252,6 @@ struct gl_shader_state
*/
struct gl_shader_program *ActiveProgram;
- void *MemPool;
-
GLbitfield Flags; /**< Mask of GLSL_x flags */
};
--
1.7.5.4
More information about the mesa-dev
mailing list