summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/prog_parameter.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2016-03-18 11:10:06 +1100
committerTimothy Arceri <[email protected]>2016-03-18 12:42:34 +1100
commit350b1ef027167af12156df92f449f370a0f8d396 (patch)
treed6924168ed225f345448f546d42db2e3dde69513 /src/mesa/program/prog_parameter.h
parent7794b22a84166193c59f86dc33bde95c180edee8 (diff)
mesa: make _mesa_lookup_parameter_constant static
This is not used outside of prog_parameter.c Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/program/prog_parameter.h')
-rw-r--r--src/mesa/program/prog_parameter.h5
1 files changed, 0 insertions, 5 deletions
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