remove unused VaryingPtr
authorBrian <brian@nostromo.localnet.net>
Mon, 26 Feb 2007 00:33:46 +0000 (17:33 -0700)
committerBrian <brian@nostromo.localnet.net>
Mon, 26 Feb 2007 00:33:46 +0000 (17:33 -0700)
src/mesa/tnl/t_context.h

index 733b3a5..31b89ac 100644 (file)
@@ -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;