draw: remove unused variable

This commit is contained in:
Keith Whitwell 2009-09-01 11:11:28 +01:00
parent d9b7d7875b
commit 1d7a989b10

View 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;