diff options
author | Brian Paul <[email protected]> | 2001-12-15 02:13:32 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-12-15 02:13:32 +0000 |
commit | c3d90f3211d3214722a60c46ec5cef7c65836b39 (patch) | |
tree | 86c991ba054c2d2b0a6a6f32ece2c9598747c07c /src/mesa/tnl/t_pipeline.c | |
parent | 36c77a81add227cbd04489c679ede111b1d7754c (diff) |
disable debug printf's, fix a crash
Diffstat (limited to 'src/mesa/tnl/t_pipeline.c')
-rw-r--r-- | src/mesa/tnl/t_pipeline.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/tnl/t_pipeline.c b/src/mesa/tnl/t_pipeline.c index 6e39788f9d6..f92e21fe481 100644 --- a/src/mesa/tnl/t_pipeline.c +++ b/src/mesa/tnl/t_pipeline.c @@ -1,4 +1,4 @@ -/* $Id: t_pipeline.c,v 1.20 2001/12/14 02:51:45 brianp Exp $ */ +/* $Id: t_pipeline.c,v 1.21 2001/12/15 02:13:32 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -131,8 +131,6 @@ void _tnl_run_pipeline( GLcontext *ctx ) pipe->run_state_changes = 0; pipe->run_input_changes = 0; - printf("%s()\n", __FUNCTION__); - /* Done elsewhere. */ ASSERT(pipe->build_state_changes == 0); |