Mesa (master): mesa: remove unused function declaration

Timothy Arceri tarceri at kemper.freedesktop.org
Fri May 29 21:24:26 UTC 2015


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

Author: Timothy Arceri <t_arceri at yahoo.com.au>
Date:   Fri May 29 21:47:53 2015 +1000

mesa: remove unused function declaration

Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

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

diff --git a/src/mesa/main/uniforms.h b/src/mesa/main/uniforms.h
index 55fa235..bd7b05e 100644
--- a/src/mesa/main/uniforms.h
+++ b/src/mesa/main/uniforms.h
@@ -343,10 +343,6 @@ void GLAPIENTRY
 _mesa_ProgramUniformMatrix4x3dv(GLuint program, GLint location, GLsizei count,
                                 GLboolean transpose, const GLdouble *value);
 
-long
-_mesa_parse_program_resource_name(const GLchar *name,
-                                  const GLchar **out_base_name_end);
-
 unsigned
 _mesa_get_uniform_location(struct gl_shader_program *shProg,
 			   const GLchar *name, unsigned *offset);




More information about the mesa-commit mailing list