diff options
author | Ian Romanick <[email protected]> | 2011-08-18 15:43:50 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-10-04 13:17:48 -0700 |
commit | 35613afee3e038b70ada210b2dfbbc9abc883f4f (patch) | |
tree | d6500dd6b37736e13adc5b3a6f225b8f8f5d52c4 /src/mesa/main/shader_query.cpp | |
parent | 24409ba1968cc49cbde6a111464c91271babc68a (diff) |
mesa: Remove unused gl_program::Attributes
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/shader_query.cpp')
-rw-r--r-- | src/mesa/main/shader_query.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/shader_query.cpp b/src/mesa/main/shader_query.cpp index e532a29e1cf..bd873a49134 100644 --- a/src/mesa/main/shader_query.cpp +++ b/src/mesa/main/shader_query.cpp @@ -45,10 +45,6 @@ _mesa_BindAttribLocationARB(GLhandleARB program, GLuint index, { GET_CURRENT_CONTEXT(ctx); - const GLint size = -1; /* unknown size */ - GLint i; - GLenum datatype = GL_FLOAT_VEC4; - struct gl_shader_program *const shProg = _mesa_lookup_shader_program_err(ctx, program, "glBindAttribLocation"); if (!shProg) |