summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/enable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/enable.c')
-rw-r--r--src/mesa/main/enable.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/enable.c b/src/mesa/main/enable.c
index 0e07f4c3b9a..52c791587ef 100644
--- a/src/mesa/main/enable.c
+++ b/src/mesa/main/enable.c
@@ -37,7 +37,6 @@
#include "light.h"
#include "mtypes.h"
#include "enums.h"
-#include "api_arrayelt.h"
#include "texstate.h"
@@ -126,8 +125,6 @@ client_state(struct gl_context *ctx, GLenum cap, GLboolean state)
FLUSH_VERTICES(ctx, _NEW_ARRAY);
- _ae_invalidate_state(ctx, _NEW_ARRAY);
-
*var = state;
update_derived_primitive_restart_state(ctx);