From: Timothy Arceri Date: Fri, 29 May 2015 11:47:53 +0000 (+1000) Subject: mesa: remove unused function declaration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fcc79af9e25d5770b8de1f4102901cbf97857a34;p=mesa.git mesa: remove unused function declaration Reviewed-by: Matt Turner --- diff --git a/src/mesa/main/uniforms.h b/src/mesa/main/uniforms.h index 55fa2357e38..bd7b05e207a 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);