projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4312b4f
)
mesa: remove unused gl_config::colorIndexMode
author
Marek Olšák
<marek.olsak@amd.com>
Thu, 28 May 2015 14:13:37 +0000
(16:13 +0200)
committer
Marek Olšák
<marek.olsak@amd.com>
Fri, 5 Jun 2015 17:44:32 +0000
(19:44 +0200)
Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index 5006aeff851ca12316453accad979c1a2679174c..1598e2cdbd03f44122be4e89d0b1477e7c2ab70e 100644
(file)
--- a/
src/mesa/main/mtypes.h
+++ b/
src/mesa/main/mtypes.h
@@
-398,7
+398,6
@@
struct gl_config
{
GLboolean rgbMode;
GLboolean floatMode;
- GLboolean colorIndexMode; /* XXX is this used anywhere? */
GLuint doubleBufferMode;
GLuint stereoMode;