From bbd9a0c2b4d314059e7212f973034fcc774093e0 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 17 Sep 2003 21:18:46 +0000 Subject: remove unused Target field from gl_buffer_object --- src/mesa/main/mtypes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa') diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 36954675c8..fd82708b47 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1257,7 +1257,6 @@ struct gl_attrib_node { struct gl_buffer_object { GLint RefCount; GLuint Name; - GLenum Target; GLenum Usage; GLenum Access; GLvoid *Pointer; /**< Only valid while buffer is mapped */ -- cgit v1.2.3