From: José Fonseca Date: Thu, 13 Aug 2009 15:33:50 +0000 (+0100) Subject: draw: Remove unused variable. X-Git-Tag: 062012170305~17021 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c5364a0f6ebcc0ff30baffdb6195be9f4ad7f83;p=profile%2Fivi%2Fmesa.git draw: Remove unused variable. --- diff --git a/src/gallium/auxiliary/draw/draw_pipe.c b/src/gallium/auxiliary/draw/draw_pipe.c index bd2520d..1c6d657 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;