gallium: remove // comment and extra whitespace
authorBrian Paul <brianp@vmware.com>
Fri, 2 Oct 2009 13:26:28 +0000 (07:26 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 2 Oct 2009 13:26:28 +0000 (07:26 -0600)
src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c

index 44147aed9be33b0081452ba77461151d1e7d1588..734c05f0688ab19a1706bdb6047cfbed4497c0d3 100644 (file)
@@ -212,17 +212,10 @@ static void fse_prepare( struct draw_pt_middle_end *middle,
       struct draw_vertex_shader *vs = draw->vs.vertex_shader;
       vs->prepare(vs, draw);
    }
-   
-
-   //return TRUE;
 }
 
 
 
-
-
-
-
 static void fse_run_linear( struct draw_pt_middle_end *middle, 
                             unsigned start, 
                             unsigned count )