From: Brian Paul Date: Fri, 2 Oct 2009 13:26:28 +0000 (-0600) Subject: gallium: remove // comment and extra whitespace X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=337480e1f85844b7bd4a4d47cef93a217e3ad464;p=mesa.git gallium: remove // comment and extra whitespace --- diff --git a/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c b/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c index 44147aed9be..734c05f0688 100644 --- a/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c +++ b/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c @@ -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 )