diff options
author | Ian Romanick <[email protected]> | 2011-08-26 22:58:51 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-10-07 16:39:51 -0700 |
commit | 97a0fe8e93cc5340888ae9245b1373d195eff767 (patch) | |
tree | 9f0aa42d6f7a1eb5dc3ed174b67f14859c901d5b /src/mesa/program/prog_uniform.h | |
parent | e2bdef53807d0f23c2a1ff326ea8190cb57aa90a (diff) |
mesa: Remove unused function _mesa_append_uniform
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/program/prog_uniform.h')
-rw-r--r-- | src/mesa/program/prog_uniform.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/program/prog_uniform.h b/src/mesa/program/prog_uniform.h index 67f78006eac..83cd3078016 100644 --- a/src/mesa/program/prog_uniform.h +++ b/src/mesa/program/prog_uniform.h @@ -72,10 +72,6 @@ _mesa_new_uniform_list(void); extern void _mesa_free_uniform_list(struct gl_uniform_list *list); -extern struct gl_uniform * -_mesa_append_uniform(struct gl_uniform_list *list, - const char *name, GLenum target, GLuint progPos); - extern GLint _mesa_lookup_uniform(const struct gl_uniform_list *list, const char *name); |