summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-09-01 11:11:28 +0100
committerKeith Whitwell <keithw@vmware.com>2009-09-02 18:31:47 +0100
commit1d7a989b104f02042fadfeec5bd20654bbb6fea6 (patch)
tree92986293f329820069bd442dd1c62f84340574b0 /src
parentd9b7d7875b0c114d2fa4956b2bffbe809e5b5a44 (diff)
draw: remove unused variable
Diffstat (limited to 'src')
-rw-r--r--src/gallium/auxiliary/draw/draw_pipe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pipe.c b/src/gallium/auxiliary/draw/draw_pipe.c
index be2f0f27f2..3cfae2de83 100644
--- a/src/gallium/auxiliary/draw/draw_pipe.c
+++ b/src/gallium/auxiliary/draw/draw_pipe.c
@@ -232,7 +232,6 @@ void draw_pipeline_run( struct draw_context *draw,
unsigned count )
{
char *verts = (char *)vertices;
- unsigned i;
draw->pipeline.verts = verts;
draw->pipeline.vertex_stride = stride;