Mesa (master): r300g: Remove extraneous printf

Corbin Simpson csimpson at kemper.freedesktop.org
Mon Aug 3 00:25:44 UTC 2009


Module: Mesa
Branch: master
Commit: fbc88a7334c9567b623572b60267c747a9baa0fb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbc88a7334c9567b623572b60267c747a9baa0fb

Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Wed Jul 29 19:22:56 2009 +0200

r300g: Remove extraneous printf

Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

---

 src/gallium/drivers/r300/r300_vs.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/r300/r300_vs.c b/src/gallium/drivers/r300/r300_vs.c
index 02dd7be..2cb903b 100644
--- a/src/gallium/drivers/r300/r300_vs.c
+++ b/src/gallium/drivers/r300/r300_vs.c
@@ -113,8 +113,6 @@ void r300_translate_vertex_shader(struct r300_context* r300,
     struct r300_vertex_program_compiler compiler;
     struct tgsi_to_rc ttr;
 
-    printf("translate_vertex_shader\n");
-
     /* Setup the compiler */
     rc_init(&compiler.Base);
 




More information about the mesa-commit mailing list