summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_context.h
diff options
context:
space:
mode:
authorBrian <brian@nostromo.localnet.net>2007-02-25 17:33:46 -0700
committerBrian <brian@nostromo.localnet.net>2007-02-25 17:33:46 -0700
commit29796b62bd4a0f536525c8704577434e2248aab7 (patch)
tree576529a5cb35d9b6ab6b2c699ec03a56810dd8d0 /src/mesa/tnl/t_context.h
parente71a33bbf87649150bc748b85ca7213af7c737f4 (diff)
remove unused VaryingPtr
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r--src/mesa/tnl/t_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h
index 733b3a5fe1..31b89aca41 100644
--- a/src/mesa/tnl/t_context.h
+++ b/src/mesa/tnl/t_context.h
@@ -217,7 +217,6 @@ struct vertex_buffer
GLvector4f *ColorPtr[2]; /* _TNL_BIT_COLOR0 */
GLvector4f *SecondaryColorPtr[2]; /* _TNL_BIT_COLOR1 */
GLvector4f *FogCoordPtr; /* _TNL_BIT_FOG */
- GLvector4f *VaryingPtr[MAX_VARYING];
const struct _mesa_prim *Primitive;
GLuint PrimitiveCount;