diff options
author | Timothy Arceri <[email protected]> | 2015-07-04 08:35:35 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2015-07-30 22:00:56 +1000 |
commit | fdb84876134ed074563b842eae20fd10dbe9e8d6 (patch) | |
tree | f62f70799ee67d2fd52f1172b3c9173798910763 /src/mesa/main/uniforms.h | |
parent | 7f5f7d15fbbd3d306e43e1e9ff215750b8aaa7bf (diff) |
mesa: remove now unused _mesa_get_uniform_location
Cc: Tapani Pälli <[email protected]>
Reviewed-by: Tapani Pälli <[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 bd7b05e207a..e62eaa53ccc 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); -unsigned -_mesa_get_uniform_location(struct gl_shader_program *shProg, - const GLchar *name, unsigned *offset); - void _mesa_uniform(struct gl_context *ctx, struct gl_shader_program *shader_program, GLint location, GLsizei count, |