mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 06:30:11 +01:00
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:
parent
4312b4f570
commit
f52e8572ae
1 changed files with 0 additions and 1 deletions
|
|
@ -398,7 +398,6 @@ struct gl_config
|
|||
{
|
||||
GLboolean rgbMode;
|
||||
GLboolean floatMode;
|
||||
GLboolean colorIndexMode; /* XXX is this used anywhere? */
|
||||
GLuint doubleBufferMode;
|
||||
GLuint stereoMode;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue