From 350b1ef027167af12156df92f449f370a0f8d396 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Fri, 18 Mar 2016 11:10:06 +1100 Subject: mesa: make _mesa_lookup_parameter_constant static This is not used outside of prog_parameter.c Reviewed-by: Matt Turner --- src/mesa/program/prog_parameter.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mesa/program/prog_parameter.h') diff --git a/src/mesa/program/prog_parameter.h b/src/mesa/program/prog_parameter.h index acc5b6c317b..c17d703040d 100644 --- a/src/mesa/program/prog_parameter.h +++ b/src/mesa/program/prog_parameter.h @@ -128,11 +128,6 @@ extern GLint _mesa_lookup_parameter_index(const struct gl_program_parameter_list *paramList, GLsizei nameLen, const char *name); -extern GLboolean -_mesa_lookup_parameter_constant(const struct gl_program_parameter_list *list, - const gl_constant_value v[], GLuint vSize, - GLint *posOut, GLuint *swizzleOut); - #ifdef __cplusplus } #endif -- cgit v1.2.3