commit | 5e80c62f3178a65bebca942aa0b1e5d16c34b2a9 | [log] [tgz] |
---|---|---|
author | Brian <brian@yutani.localnet.net> | Sat Feb 24 15:39:37 2007 -0700 |
committer | Brian <brian@yutani.localnet.net> | Sat Feb 24 15:39:37 2007 -0700 |
tree | 2ee01ff0a4b6221b6634f05301d12de7a2cb99e9 | |
parent | 197af3dc3242af4cac5213e095ac6639f6c782cd [diff] [blame] |
Remove unneeded _Fragment/VertexShaderPresent fields, update comments.
diff --git a/src/mesa/shader/shader_api.c b/src/mesa/shader/shader_api.c index c439f71..70ceb70 100644 --- a/src/mesa/shader/shader_api.c +++ b/src/mesa/shader/shader_api.c
@@ -199,8 +199,7 @@ void _mesa_init_shader_state(GLcontext * ctx) { - ctx->Shader._FragmentShaderPresent = GL_FALSE; - ctx->Shader._VertexShaderPresent = GL_FALSE; + /* no-op */ }