gallium: remove // comment and extra whitespace

This commit is contained in:
Brian Paul
2009-10-02 07:26:28 -06:00
parent 167ffa9e03
commit 337480e1f8
@@ -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 )