mesa: remove unused gl_config::colorIndexMode

Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Marek Olšák 2015-05-28 16:13:37 +02:00
parent 4312b4f570
commit f52e8572ae
1 changed files with 0 additions and 1 deletions

View File

@ -398,7 +398,6 @@ struct gl_config
{
GLboolean rgbMode;
GLboolean floatMode;
GLboolean colorIndexMode; /* XXX is this used anywhere? */
GLuint doubleBufferMode;
GLuint stereoMode;