From 41db4e1be580bc9cd310f7e517fd8b07c29919c2 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Tue, 18 Jan 2005 21:57:48 +0000 Subject: [PATCH] remove some debug --- src/mesa/drivers/dri/unichrome/via_tris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/unichrome/via_tris.c b/src/mesa/drivers/dri/unichrome/via_tris.c index 3d297283038..b49449137a5 100644 --- a/src/mesa/drivers/dri/unichrome/via_tris.c +++ b/src/mesa/drivers/dri/unichrome/via_tris.c @@ -515,7 +515,7 @@ static void viaResetLineStipple( GLcontext *ctx ) const GLuint * const elt = TNL_CONTEXT(ctx)->vb.Elts; \ const GLboolean stipple = ctx->Line.StippleFlag; \ (void) elt; (void) stipple; -#define RESET_STIPPLE if ( stipple ) { printf("RESET\n"); viaResetLineStipple( ctx ); } +#define RESET_STIPPLE if ( stipple ) viaResetLineStipple( ctx ); #define RESET_OCCLUSION #define PRESERVE_VB_DEFS #define ELT(x) x -- 2.30.2