Mesa (master): mesa: remove some unused gl_dlist_state fields

Brian Paul brianp at kemper.freedesktop.org
Fri Jun 29 23:20:01 UTC 2012


Module: Mesa
Branch: master
Commit: b186a9df32bb90cfa50f28f3df56abaffac40d8b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b186a9df32bb90cfa50f28f3df56abaffac40d8b

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 28 16:07:19 2012 -0600

mesa: remove some unused gl_dlist_state fields

---

 src/mesa/main/mtypes.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 5768ed7..bdbb513 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -3200,12 +3200,6 @@ struct gl_dlist_state
    GLubyte ActiveMaterialSize[MAT_ATTRIB_MAX];
    GLfloat CurrentMaterial[MAT_ATTRIB_MAX][4];
 
-   GLubyte ActiveIndex;
-   GLfloat CurrentIndex;
-   
-   GLubyte ActiveEdgeFlag;
-   GLboolean CurrentEdgeFlag;
-
    struct {
       /* State known to have been set by the currently-compiling display
        * list.  Used to eliminate some redundant state changes.




More information about the mesa-commit mailing list