mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-21 10:00:36 +01:00
mesa: remove unused 'out' label
This commit is contained in:
parent
66f972ab55
commit
f850ff2bcc
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue