r300g: Remove extraneous printf
authorNicolai Hähnle <nhaehnle@gmail.com>
Wed, 29 Jul 2009 17:22:56 +0000 (19:22 +0200)
committerNicolai Hähnle <nhaehnle@gmail.com>
Thu, 30 Jul 2009 21:45:18 +0000 (23:45 +0200)
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
src/gallium/drivers/r300/r300_vs.c

index 02dd7be7c494897010b2b7e8eda702ec38122047..2cb903bba2fbdb61610cdb846d183f59d18fcdc4 100644 (file)
@@ -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);