mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
mesa: Remove dead "MemPool" field of gl_shader_state.
This commit is contained in:
parent
ee0373b833
commit
69dc529da2
1 changed files with 0 additions and 2 deletions
|
|
@ -2252,8 +2252,6 @@ struct gl_shader_state
|
|||
*/
|
||||
struct gl_shader_program *ActiveProgram;
|
||||
|
||||
void *MemPool;
|
||||
|
||||
GLbitfield Flags; /**< Mask of GLSL_x flags */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue