summaryrefslogtreecommitdiff
path: root/src/mesa/main/ffvertex_prog.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-08-28 15:21:44 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-08-28 15:21:44 -0600
commitee87d7d9ecc5eca261ce58115ae1ed2c273ceda6 (patch)
tree2c83f792c137518b3da86488064091ba77e899b6 /src/mesa/main/ffvertex_prog.c
parentcacf5f21efcbf0ddde90bf8b7fc2b9ba1873302e (diff)
mesa: remove debug code
Diffstat (limited to 'src/mesa/main/ffvertex_prog.c')
-rw-r--r--src/mesa/main/ffvertex_prog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/ffvertex_prog.c b/src/mesa/main/ffvertex_prog.c
index e9ddc06980..62802ffe5d 100644
--- a/src/mesa/main/ffvertex_prog.c
+++ b/src/mesa/main/ffvertex_prog.c
@@ -1657,8 +1657,6 @@ static void build_tnl_program( struct tnl_program *p )
*/
emit_op1(p, OPCODE_END, undef, 0, undef);
- _mesa_print_program(&p->program->Base);
-
/* Disassemble:
*/
if (DISASSEM) {