diff options
author | Nicolai Hähnle <nhaehnle@gmail.com> | 2009-07-29 19:22:56 +0200 |
---|---|---|
committer | Nicolai Hähnle <nhaehnle@gmail.com> | 2009-07-30 23:45:18 +0200 |
commit | fbc88a7334c9567b623572b60267c747a9baa0fb (patch) | |
tree | c21233c6dc4cdb3b2e72e376f6aa007096318584 /src/gallium/drivers/r300/r300_vs.c | |
parent | 188f8c679254f193cdcfcd4ef338f3c8c5e1146d (diff) |
r300g: Remove extraneous printf
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
Diffstat (limited to 'src/gallium/drivers/r300/r300_vs.c')
-rw-r--r-- | 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 02dd7be7c4..2cb903bba2 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); |