summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2017-05-11 15:34:06 +0200
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>2017-05-11 21:08:24 +0200
commitbe7a9066d9c45ee69218b294f27501796782b3a8 (patch)
treec8efce1c48ad4f14ccc7769c63f0e58a4cea2952 /src/mesa
parent7a37f5ade632b9b090daffe39faa1864a3c5755d (diff)
mesa: remove useless get_uniform_parameter() declaration
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/uniforms.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/uniforms.h b/src/mesa/main/uniforms.h
index 0656b3a6efd..21d857107dd 100644
--- a/src/mesa/main/uniforms.h
+++ b/src/mesa/main/uniforms.h
@@ -470,9 +470,6 @@ _mesa_sampler_uniforms_are_valid(const struct gl_shader_program *shProg,
extern bool
_mesa_sampler_uniforms_pipeline_are_valid(struct gl_pipeline_object *);
-extern const struct gl_program_parameter *
-get_uniform_parameter(struct gl_shader_program *shProg, GLint index);
-
struct gl_builtin_uniform_element {
const char *field;
int tokens[STATE_LENGTH];