From 4503bd33dac04bb925780852e49f2ffa501ebc0a Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Fri, 25 Jun 2010 20:06:53 -0400 Subject: draw: deleted by mistake --- src/gallium/auxiliary/draw/draw_pt_post_vs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/auxiliary/draw/draw_pt_post_vs.c b/src/gallium/auxiliary/draw/draw_pt_post_vs.c index 53a6a93f3a..e850cc2edd 100644 --- a/src/gallium/auxiliary/draw/draw_pt_post_vs.c +++ b/src/gallium/auxiliary/draw/draw_pt_post_vs.c @@ -219,6 +219,7 @@ static boolean post_vs_none( struct pt_post_vs *pvs, struct draw_vertex_info *info ) { struct vertex_header *out = info->verts; + unsigned j; if (0) debug_printf("%s\n", __FUNCTION__); /* just initialize the vertex_id in all headers */ -- cgit v1.2.3