mesa: remove unused 'out' label

This commit is contained in:
Brian Paul 2009-03-23 08:27:00 -06:00
parent 66f972ab55
commit f850ff2bcc

View file

@ -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);