diff options
author | Brian Paul <[email protected]> | 2003-09-17 21:18:46 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-09-17 21:18:46 +0000 |
commit | bbd9a0c2b4d314059e7212f973034fcc774093e0 (patch) | |
tree | fd38bdb81e67f28b057481b430b992c9c11bfc98 | |
parent | 66e6e3e8e114e5dde95640d0f532129aebf3be1b (diff) |
remove unused Target field from gl_buffer_object
-rw-r--r-- | src/mesa/main/mtypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |