diff options
author | Keith Whitwell <[email protected]> | 2001-05-01 13:15:28 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-05-01 13:15:28 +0000 |
commit | 5b976943ee1a5449e5f73d2a44ac3053b92c75d8 (patch) | |
tree | ff4779f7e5e6c531d6a691acc37ba5068a175544 /src/mesa/tnl/t_imm_exec.c | |
parent | f4a003c3ca15513d69ac07af6403b54b55003af3 (diff) |
removed debug
Diffstat (limited to 'src/mesa/tnl/t_imm_exec.c')
-rw-r--r-- | src/mesa/tnl/t_imm_exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_imm_exec.c b/src/mesa/tnl/t_imm_exec.c index 4ee77b773f0..c61e533d88a 100644 --- a/src/mesa/tnl/t_imm_exec.c +++ b/src/mesa/tnl/t_imm_exec.c @@ -1,4 +1,4 @@ -/* $Id: t_imm_exec.c,v 1.19 2001/04/30 21:08:52 keithw Exp $ */ +/* $Id: t_imm_exec.c,v 1.20 2001/05/01 13:15:28 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -375,7 +375,7 @@ static void exec_vert_cassette( GLcontext *ctx, struct immediate *IM ) } _tnl_fixup_input( ctx, IM ); - _tnl_print_cassette( IM ); +/* _tnl_print_cassette( IM ); */ _tnl_run_cassette( ctx, IM ); } |