diff options
-rw-r--r-- | src/gallium/drivers/i915/i915_batch.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/i915/i915_batch.h b/src/gallium/drivers/i915/i915_batch.h index 56d331f3e7a..30141cc745d 100644 --- a/src/gallium/drivers/i915/i915_batch.h +++ b/src/gallium/drivers/i915/i915_batch.h @@ -63,8 +63,6 @@ void i915_flush(struct i915_context *i915, struct pipe_fence_handle **fence); static INLINE void i915_flush_heuristically(struct i915_context* i915, int num_vertex) { - struct i915_winsys *iws = i915->iws; - i915->queued_vertices += num_vertex; /* fire if we have more than 1/20th of the last frame's vertices */ |