mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-14 14:28:08 +02:00
r300g: Remove extraneous printf
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
This commit is contained in:
parent
188f8c6792
commit
fbc88a7334
1 changed files with 0 additions and 2 deletions
|
|
@ -113,8 +113,6 @@ void r300_translate_vertex_shader(struct r300_context* r300,
|
||||||
struct r300_vertex_program_compiler compiler;
|
struct r300_vertex_program_compiler compiler;
|
||||||
struct tgsi_to_rc ttr;
|
struct tgsi_to_rc ttr;
|
||||||
|
|
||||||
printf("translate_vertex_shader\n");
|
|
||||||
|
|
||||||
/* Setup the compiler */
|
/* Setup the compiler */
|
||||||
rc_init(&compiler.Base);
|
rc_init(&compiler.Base);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue