diff options
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r-- | src/mesa/shader/program.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h index ed2a8f15c5..4b227877d4 100644 --- a/src/mesa/shader/program.h +++ b/src/mesa/shader/program.h @@ -222,9 +222,6 @@ _mesa_new_parameter_list(void); extern void _mesa_free_parameter_list(struct program_parameter_list *paramList); -extern void -_mesa_free_parameters(struct program_parameter_list *paramList); - extern GLint _mesa_add_named_parameter(struct program_parameter_list *paramList, const char *name, const GLfloat values[4]); |