diff options
author | Timothy Arceri <[email protected]> | 2015-05-29 21:47:53 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2015-05-30 07:24:02 +1000 |
commit | fcc79af9e25d5770b8de1f4102901cbf97857a34 (patch) | |
tree | 51c2f5d84b58c030d9be8c725f69ca2e28b72f45 /src/mesa/main/uniforms.h | |
parent | 82305f7b003879a3d08e1445f8ac4b1c6bee6330 (diff) |
mesa: remove unused function declaration
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/main/uniforms.h')
-rw-r--r-- | src/mesa/main/uniforms.h | 4 |
1 files changed, 0 insertions, 4 deletions
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); |