mesa: Remove Array._DrawArrays.
[mesa.git] / src / mesa / main / attrib.c
index e565750a8915e95b958787c2b8f8f28e1e328a40..cbe93ab6faa60ec5853f0d0b6165872a8d1b8321 100644 (file)
@@ -1588,7 +1588,6 @@ copy_array_attrib(struct gl_context *ctx,
    /* skip IndexBufferObj */
 
    /* Invalidate array state. It will be updated during the next draw. */
-   _mesa_set_drawing_arrays(ctx, NULL);
    _mesa_set_draw_vao(ctx, ctx->Array._EmptyVAO, 0);
 }