From d09a1d8b29ae5841ae39b5c24c3f4693dd750559 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 13 Jun 2002 04:49:17 +0000 Subject: more removal of fprintf() calls --- src/mesa/tnl/t_imm_eval.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/mesa/tnl/t_imm_eval.c') diff --git a/src/mesa/tnl/t_imm_eval.c b/src/mesa/tnl/t_imm_eval.c index 1b95f15f10..024da18db1 100644 --- a/src/mesa/tnl/t_imm_eval.c +++ b/src/mesa/tnl/t_imm_eval.c @@ -1,4 +1,4 @@ -/* $Id: t_imm_eval.c,v 1.22 2002/04/09 16:56:52 keithw Exp $ */ +/* $Id: t_imm_eval.c,v 1.23 2002/06/13 04:49:17 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -194,8 +194,6 @@ static void eval2_obj_norm( GLvector4f *obj_ptr, GLfloat (*normal)[4] = norm_ptr->data; GLuint i; -/* fprintf(stderr, "%s\n", __FUNCTION__); */ - for (i = 0 ; !(flags[i] & VERT_BIT_END_VB) ; i++) if (flags[i] & (VERT_BIT_EVAL_C2|VERT_BIT_EVAL_P2)) { GLfloat u = (coord[i][0] - u1) * du; @@ -611,7 +609,6 @@ void _tnl_eval_immediate( GLcontext *ctx, struct immediate *IM ) GLuint generated = 0; if (copycount) { -/* fprintf(stderr, "%s: Copy normals\n", __FUNCTION__); */ copy_3f( store->Attrib[VERT_ATTRIB_NORMAL] + IM->CopyStart, tmp->Normal.data, copycount ); } -- cgit v1.2.3