diff options
author | Marek Olšák <[email protected]> | 2012-10-09 14:33:16 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-10-09 14:33:16 +0200 |
commit | cf9081b37cbfaa4f1cdcb1b53dd44bb2a688bfb2 (patch) | |
tree | a2edc8261f2c88e76ee5cb3a1d098d4dc9f49c60 /src/gallium/drivers/i915/i915_state.c | |
parent | 4f310984a99e13877f17aa19c2820e56738ecfd6 (diff) |
i915g: fix unused variable and type conversion warnings
Diffstat (limited to 'src/gallium/drivers/i915/i915_state.c')
-rw-r--r-- | src/gallium/drivers/i915/i915_state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_state.c b/src/gallium/drivers/i915/i915_state.c index a00e2fb3af4..d96ac7ab938 100644 --- a/src/gallium/drivers/i915/i915_state.c +++ b/src/gallium/drivers/i915/i915_state.c @@ -931,7 +931,6 @@ static void i915_set_vertex_buffers(struct pipe_context *pipe, { struct i915_context *i915 = i915_context(pipe); struct draw_context *draw = i915->draw; - int i; util_copy_vertex_buffers(i915->vertex_buffers, &i915->nr_vertex_buffers, |