draw: Remove unused variable.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 13 Aug 2009 15:33:50 +0000 (16:33 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 13 Aug 2009 15:33:50 +0000 (16:33 +0100)
src/gallium/auxiliary/draw/draw_pipe.c

index bd2520d..1c6d657 100644 (file)
@@ -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;