summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_save.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-01-15 13:40:38 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2007-01-15 13:40:38 +0000
commit2421b25dd777ebfd614ae45907fd4af8c2713102 (patch)
tree652a05de41f0df5beea7924506e318788d0ab3fe /src/mesa/vbo/vbo_save.h
parent1b7c24c33c43e2c0db391735b2f2ca0026459cc9 (diff)
Remove special-case handling for index and edgeflag
This isn't required with the changes to core mesa and the new attribute layout.
Diffstat (limited to 'src/mesa/vbo/vbo_save.h')
-rw-r--r--src/mesa/vbo/vbo_save.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/vbo/vbo_save.h b/src/mesa/vbo/vbo_save.h
index 3051f5c59a..b81f275a60 100644
--- a/src/mesa/vbo/vbo_save.h
+++ b/src/mesa/vbo/vbo_save.h
@@ -142,8 +142,6 @@ struct vbo_save_context {
struct vbo_save_copied_vtx copied;
- GLfloat CurrentFloatEdgeFlag;
-
GLfloat *current[VBO_ATTRIB_MAX]; /* points into ctx->ListState */
GLubyte *currentsz[VBO_ATTRIB_MAX];
};