diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2005-01-18 21:57:48 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2005-01-18 21:57:48 +0000 |
commit | 41db4e1be580bc9cd310f7e517fd8b07c29919c2 (patch) | |
tree | 2f7ee511d9a2135c188dbd98723b2e1c5db678e9 /src/mesa | |
parent | 95be63771aa798b0492fd337161ba6f192d7c7c9 (diff) |
remove some debug
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/via_tris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_tris.c b/src/mesa/drivers/dri/unichrome/via_tris.c index 3d29728303..b49449137a 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 |