From: Brian Paul Date: Fri, 11 Feb 2011 15:40:54 +0000 (-0700) Subject: mesa: remove some unused gl_shader fields X-Git-Tag: mesa-7.11-rc1~2154 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ee97ead0b827e6c6a40ec1a326f9d01d5e5b413;p=platform%2Fupstream%2Fmesa.git mesa: remove some unused gl_shader fields --- 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 */