r300g: Remove extraneous printf

Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
This commit is contained in:
Nicolai Hähnle 2009-07-29 19:22:56 +02:00
parent 188f8c6792
commit fbc88a7334
1 changed files with 0 additions and 2 deletions

View 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);