From c191c87c81deafd3c8e2ea48251c8e0a1cc65253 Mon Sep 17 00:00:00 2001 From: Stéphane Marchesin Date: Mon, 27 Jun 2011 02:08:44 -0700 Subject: i915g: Remove unused cbuf_dirty. --- src/gallium/drivers/i915/i915_context.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/drivers/i915/i915_context.c b/src/gallium/drivers/i915/i915_context.c index 0d18c7a76be..28ff40a2328 100644 --- a/src/gallium/drivers/i915/i915_context.c +++ b/src/gallium/drivers/i915/i915_context.c @@ -54,13 +54,11 @@ i915_draw_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info) struct i915_context *i915 = i915_context(pipe); struct draw_context *draw = i915->draw; void *mapped_indices = NULL; - unsigned cbuf_dirty; /* * Ack vs contants here, helps ipers a lot. */ - cbuf_dirty = i915->dirty & I915_NEW_VS_CONSTANTS; i915->dirty &= ~I915_NEW_VS_CONSTANTS; if (i915->dirty) -- cgit v1.2.3