Mesa (mesa_7_6_branch): gallium: remove // comment and extra whitespace

Brian Paul brianp at kemper.freedesktop.org
Fri Oct 2 13:54:49 UTC 2009


Module: Mesa
Branch: mesa_7_6_branch
Commit: 337480e1f85844b7bd4a4d47cef93a217e3ad464
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=337480e1f85844b7bd4a4d47cef93a217e3ad464

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Oct  2 07:26:28 2009 -0600

gallium: remove // comment and extra whitespace

---

 .../auxiliary/draw/draw_pt_fetch_shade_emit.c      |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

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 44147ae..734c05f 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 )




More information about the mesa-commit mailing list