summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_save.h
diff options
context:
space:
mode:
authorMathias Froehlich <[email protected]>2011-08-03 08:10:52 +0200
committerMathias Fröhlich <[email protected]>2011-10-22 13:02:35 +0200
commit409748ac0b92aacae6ad9c2bcedca4fef8986eea (patch)
tree0b135e8476fde830916b678505f53e326458341b /src/mesa/vbo/vbo_save.h
parent7986e4c5a9db24f840af31458bcc254fa52dbb60 (diff)
vbo: Clean up unused variables in the vbo module.
Remove some unused or unused but set variables from the vbo module.
Diffstat (limited to 'src/mesa/vbo/vbo_save.h')
-rw-r--r--src/mesa/vbo/vbo_save.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_save.h b/src/mesa/vbo/vbo_save.h
index a064090cf1b..a85a7cbf631 100644
--- a/src/mesa/vbo/vbo_save.h
+++ b/src/mesa/vbo/vbo_save.h
@@ -146,7 +146,6 @@ struct vbo_save_context {
GLuint vert_count;
GLuint max_vert;
GLboolean dangling_attr_ref;
- GLboolean have_materials;
GLuint opcode_vertex_list;