From: Brian Paul Date: Wed, 17 Sep 2003 21:18:46 +0000 (+0000) Subject: remove unused Target field from gl_buffer_object X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bbd9a0c2b4d314059e7212f973034fcc774093e0;p=mesa.git remove unused Target field from gl_buffer_object --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 36954675c8a..fd82708b47d 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 */