diff options
author | Eric Anholt <[email protected]> | 2010-08-24 21:02:22 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-08-25 12:38:27 -0700 |
commit | 9ab1332d749e8e7eda2896c25725e245fd0f8444 (patch) | |
tree | c94056e2e0992af37c9a70854a50041e3a5dd16e /src/mesa/program/prog_parameter.h | |
parent | 0924ba0c3496160a134d37cec800f902ae805b9c (diff) |
mesa: Remove now-unused _mesa_add_uniform.
We had to inline it to avoid doing a double-lookup in the process of
adding assertion checks.
Diffstat (limited to 'src/mesa/program/prog_parameter.h')
-rw-r--r-- | src/mesa/program/prog_parameter.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/program/prog_parameter.h b/src/mesa/program/prog_parameter.h index 5381a6dc0f6..b3b11a9536e 100644 --- a/src/mesa/program/prog_parameter.h +++ b/src/mesa/program/prog_parameter.h @@ -131,11 +131,6 @@ _mesa_add_unnamed_constant(struct gl_program_parameter_list *paramList, GLuint *swizzleOut); extern GLint -_mesa_add_uniform(struct gl_program_parameter_list *paramList, - const char *name, GLuint size, GLenum datatype, - const GLfloat *values); - -extern GLint _mesa_add_sampler(struct gl_program_parameter_list *paramList, const char *name, GLenum datatype, int array_length); |