summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorMathias Fröhlich <mathias.froehlich@web.de>2016-06-17 08:09:05 +0200
committerMathias Fröhlich <mathias.froehlich@web.de>2016-07-31 10:05:46 +0200
commit56c65cd31538bd78b3ad9e516ddcb73438c535c9 (patch)
tree32da7b639e6ca6d963ce63ca3167ff35213a0f57 /src/mesa/main/mtypes.h
parent43a6f435caf011cc6fd193671ad8eec37dbcb016 (diff)
downloadexternal_mesa3d-56c65cd31538bd78b3ad9e516ddcb73438c535c9.zip
external_mesa3d-56c65cd31538bd78b3ad9e516ddcb73438c535c9.tar.gz
external_mesa3d-56c65cd31538bd78b3ad9e516ddcb73438c535c9.tar.bz2
mesa: Remove set but not used gl_client_array::Enabled.
The way it is used today does not care about the Enabled flag anymore. Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/mesa/main/mtypes.h')
-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 ad046e2..03c68cf 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -1327,7 +1327,6 @@ struct gl_client_array
GLsizei StrideB; /**< actual stride in bytes */
GLuint _ElementSize; /**< size of each element in bytes */
const GLubyte *Ptr; /**< Points to array data */
- GLboolean Enabled; /**< Enabled flag is a boolean */
GLboolean Normalized; /**< GL_ARB_vertex_program */
GLboolean Integer; /**< Integer-valued? */
GLboolean Doubles; /**< double precision values are not converted to floats */