diff options
author | Eric Anholt <[email protected]> | 2011-07-28 09:52:03 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-08-05 10:08:31 -0700 |
commit | 69dc529da241747888efefdf0d3e58479dd6248c (patch) | |
tree | cd52b72cdd4f6854bd85b6ad13d06153f675496b /src/mesa | |
parent | ee0373b833155804bb8846c6f05f897b9ee5afa6 (diff) |
mesa: Remove dead "MemPool" field of gl_shader_state.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | 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 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 */ }; |