From 5b976943ee1a5449e5f73d2a44ac3053b92c75d8 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Tue, 1 May 2001 13:15:28 +0000 Subject: removed debug --- src/mesa/tnl/t_eval_api.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mesa/tnl/t_eval_api.c') diff --git a/src/mesa/tnl/t_eval_api.c b/src/mesa/tnl/t_eval_api.c index 798b8f46e2..837fb9e09c 100644 --- a/src/mesa/tnl/t_eval_api.c +++ b/src/mesa/tnl/t_eval_api.c @@ -1,4 +1,4 @@ -/* $Id: t_eval_api.c,v 1.5 2001/04/30 21:08:52 keithw Exp $ */ +/* $Id: t_eval_api.c,v 1.6 2001/05/01 13:18:03 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -61,7 +61,7 @@ _tnl_exec_EvalMesh1( GLenum mode, GLint i1, GLint i2 ) GLenum prim; ASSERT_OUTSIDE_BEGIN_END(ctx); - fprintf(stderr, "%s\n", __FUNCTION__); +/* fprintf(stderr, "%s\n", __FUNCTION__); */ switch (mode) { case GL_POINT: @@ -131,7 +131,7 @@ _tnl_exec_EvalMesh2( GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2 ) GLfloat u, du, v, dv, v1, u1; ASSERT_OUTSIDE_BEGIN_END(ctx); - fprintf(stderr, "%s\n", __FUNCTION__); +/* fprintf(stderr, "%s\n", __FUNCTION__); */ /* No effect if vertex maps disabled. */ -- cgit v1.2.3