Mesa (master): mesa: remove useless get_uniform_parameter() declaration

Samuel Pitoiset hakzsam at kemper.freedesktop.org
Thu May 11 19:11:41 UTC 2017


Module: Mesa
Branch: master
Commit: be7a9066d9c45ee69218b294f27501796782b3a8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=be7a9066d9c45ee69218b294f27501796782b3a8

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Thu May 11 15:34:06 2017 +0200

mesa: remove useless get_uniform_parameter() declaration

Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>

---

 src/mesa/main/uniforms.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/mesa/main/uniforms.h b/src/mesa/main/uniforms.h
index 0656b3a6ef..21d857107d 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];




More information about the mesa-commit mailing list