mesa: remove unused function declaration
authorTimothy Arceri <t_arceri@yahoo.com.au>
Fri, 29 May 2015 11:47:53 +0000 (21:47 +1000)
committerTimothy Arceri <t_arceri@yahoo.com.au>
Fri, 29 May 2015 21:24:02 +0000 (07:24 +1000)
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/uniforms.h

index 55fa2357e38033d0813a3632bda75384753671c9..bd7b05e207afb021d99f3352108dfb02efaf4f3e 100644 (file)
@@ -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);