summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pipe.c
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-08-13 16:33:50 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-13 16:33:50 +0100
commit5c5364a0f6ebcc0ff30baffdb6195be9f4ad7f83 (patch)
treee579291e94f90aff3e38b50b8d08e6912df10db0 /src/gallium/auxiliary/draw/draw_pipe.c
parent7b39194e2dbad6191b86c232d305dd910000753c (diff)
draw: Remove unused variable.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pipe.c')
-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 bd2520dac9..1c6d657297 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;