diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 5284b7d98a6..7998e81393e 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);