remove some debug

This commit is contained in:
Alan Hourihane 2005-01-18 21:57:48 +00:00
parent 95be63771a
commit 41db4e1be5

View file

@ -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