summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-09-17 21:18:46 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-09-17 21:18:46 +0000
commitbbd9a0c2b4d314059e7212f973034fcc774093e0 (patch)
treefd38bdb81e67f28b057481b430b992c9c11bfc98
parent66e6e3e8e114e5dde95640d0f532129aebf3be1b (diff)
remove unused Target field from gl_buffer_object
-rw-r--r--src/mesa/main/mtypes.h1
1 files changed, 0 insertions, 1 deletions
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 */