diff options
-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 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 */ |