summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-03-23 08:27:00 -0600
committerBrian Paul <brianp@vmware.com>2009-03-23 08:27:00 -0600
commitf850ff2bcc1e100ae1d5dc3f5e60a49df895db01 (patch)
treebae0a39eef5efd446124f7a27bae5786ff1aa2dc
parent66f972ab55aa213b7df6b1871029d54e6f30f462 (diff)
mesa: remove unused 'out' label
-rw-r--r--src/mesa/main/state.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c
index 5284b7d98a..7998e81393 100644
--- a/src/mesa/main/state.c
+++ b/src/mesa/main/state.c
@@ -558,7 +558,6 @@ _mesa_update_state_locked( GLcontext *ctx )
* Set ctx->NewState to zero to avoid recursion if
* Driver.UpdateState() has to call FLUSH_VERTICES(). (fixed?)
*/
- out:
new_state = ctx->NewState | new_prog_state;
ctx->NewState = 0;
ctx->Driver.UpdateState(ctx, new_state);