From 4a3110fb213f419a47822eb44c5f2fcd74bb3b0d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 12 Dec 2003 18:40:02 +0000 Subject: remove TexCoordInterleaveFactor. Clean up _mesa_InterleavedArrays() --- src/mesa/main/mtypes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/main/mtypes.h') diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 686dd4aac8..7e14da2559 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1317,7 +1317,6 @@ struct gl_array_attrib { struct gl_client_array VertexAttrib[VERT_ATTRIB_MAX]; /**< GL_NV_vertex_program */ - GLint TexCoordInterleaveFactor; GLint ActiveTexture; /**< Client Active Texture */ GLuint LockFirst; /**< GL_EXT_compiled_vertex_array */ GLuint LockCount; /**< GL_EXT_compiled_vertex_array */ -- cgit v1.2.3