[Mesa-dev] [PATCH 5/5] mesa: remove unused gl_config::colorIndexMode

Marek Olšák maraeo at gmail.com
Thu May 28 16:57:48 PDT 2015


From: Marek Olšák <marek.olsak at amd.com>

---
 src/mesa/main/mtypes.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 47be72d..1ecadfe 100644
--- 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;
 
-- 
2.1.0



More information about the mesa-dev mailing list