diff options
author | Brian Paul <[email protected]> | 2011-02-11 08:40:54 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-02-11 12:00:51 -0700 |
commit | 3ee97ead0b827e6c6a40ec1a326f9d01d5e5b413 (patch) | |
tree | 26b0a3c5cab3158f7936be2e358d8b4bca0f37b4 /src | |
parent | 413511f7967260c61085a4fa61bebdcc385cf7ca (diff) |
mesa: remove some unused gl_shader fields
Diffstat (limited to 'src')
-rw-r--r-- | 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 6f0aac6ee3b..09e17d91105 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 */ |