Module: Mesa Branch: master Commit: 69dc529da241747888efefdf0d3e58479dd6248c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=69dc529da241747888efefdf0d3e58479dd6248c
Author: Eric Anholt <[email protected]> Date: Thu Jul 28 09:52:03 2011 -0700 mesa: Remove dead "MemPool" field of gl_shader_state. --- 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 */ }; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
