summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-07-28 09:52:03 -0700
committerEric Anholt <eric@anholt.net>2011-08-05 10:08:31 -0700
commit69dc529da241747888efefdf0d3e58479dd6248c (patch)
treecd52b72cdd4f6854bd85b6ad13d06153f675496b
parentee0373b833155804bb8846c6f05f897b9ee5afa6 (diff)
mesa: Remove dead "MemPool" field of gl_shader_state.
-rw-r--r--src/mesa/main/mtypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index b88118366b2..2d5f44c1e7b 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 */
};