diff options
author | Marek Olšák <[email protected]> | 2013-04-26 00:50:55 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-05-11 23:45:01 +0200 |
commit | db38e9a0e179441f59274f6f2a751912c29872e2 (patch) | |
tree | 5e79562a55273762c314e04aaefce0d53981af91 /src/mesa/main/state.c | |
parent | 74ca7f0974f4c5d794da263bf28b71a9d285a49a (diff) |
mesa: remove unused gl_array_object::NewArray
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r-- | src/mesa/main/state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 8036d77ff25..e7e23caeb79 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -429,7 +429,6 @@ _mesa_update_state_locked( struct gl_context *ctx ) new_state = ctx->NewState | new_prog_state; ctx->NewState = 0; ctx->Driver.UpdateState(ctx, new_state); - ctx->Array.ArrayObj->NewArrays = 0x0; } |