i915g: Remove unused cbuf_dirty.

This commit is contained in:
Stéphane Marchesin 2011-06-27 02:08:44 -07:00
parent e2422f77a2
commit c191c87c81
1 changed files with 0 additions and 2 deletions

View File

@ -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)