remove unused Target field from gl_buffer_object
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 17 Sep 2003 21:18:46 +0000 (21:18 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 17 Sep 2003 21:18:46 +0000 (21:18 +0000)
src/mesa/main/mtypes.h

index 36954675c8a665e57bc54fa0600f4f70e30a9f36..fd82708b47d37417184215a574175c2a841050c5 100644 (file)
@@ -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 */