mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 10:18:05 +02:00
mesa: remove unused gl_program_parameter::Initialized
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
parent
479e76bc1f
commit
7a37f5ade6
2 changed files with 0 additions and 2 deletions
|
|
@ -278,7 +278,6 @@ _mesa_add_parameter(struct gl_program_parameter_list *paramList,
|
|||
}
|
||||
}
|
||||
values += 4;
|
||||
p->Initialized = GL_TRUE;
|
||||
} else {
|
||||
/* silence valgrind */
|
||||
for (j = 0; j < 4; j++)
|
||||
|
|
|
|||
|
|
@ -69,7 +69,6 @@ struct gl_program_parameter
|
|||
* The next program parameter's Size will be Size-4 of this parameter.
|
||||
*/
|
||||
GLuint Size;
|
||||
GLboolean Initialized; /**< debug: Has the ParameterValue[] been set? */
|
||||
/**
|
||||
* A sequence of STATE_* tokens and integers to identify GL state.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue