From 29796b62bd4a0f536525c8704577434e2248aab7 Mon Sep 17 00:00:00 2001 From: Brian Date: Sun, 25 Feb 2007 17:33:46 -0700 Subject: remove unused VaryingPtr --- src/mesa/tnl/t_context.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/tnl') 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; -- cgit v1.2.3