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

Brian Paul brianp at kemper.freedesktop.org
Fri Feb 11 19:01:11 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Feb 11 08:40:54 2011 -0700

mesa: remove some unused gl_shader fields

---

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

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 6f0aac6..09e17d9 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2103,8 +2103,6 @@ struct gl_shader
    GLint RefCount;  /**< Reference count */
    GLboolean DeletePending;
    GLboolean CompileStatus;
-   GLboolean Main;  /**< shader defines main() */
-   GLboolean UnresolvedRefs;
    const GLchar *Source;  /**< Source code string */
    GLuint SourceChecksum;       /**< for debug/logging purposes */
    struct gl_program *Program;  /**< Post-compile assembly code */




More information about the mesa-commit mailing list