summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-04-19 01:08:48 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-04-19 01:08:48 +0000
commit26e2fb062ad4513fe88cd7c40384c58b70d88819 (patch)
treea0f72dc350246fd5a491baf66e76c9ba8eee0f86 /src/mesa
parent4c5f8a82072e7c88bec67fd1c971db28bd1e4462 (diff)
removed a stray debug printf
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/swrast/s_span.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_span.c b/src/mesa/swrast/s_span.c
index c67005a47b..77c013f0d3 100644
--- a/src/mesa/swrast/s_span.c
+++ b/src/mesa/swrast/s_span.c
@@ -1,4 +1,4 @@
-/* $Id: s_span.c,v 1.39 2002/04/19 00:38:27 brianp Exp $ */
+/* $Id: s_span.c,v 1.40 2002/04/19 01:08:48 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -1018,7 +1018,6 @@ _mesa_write_rgba_span( GLcontext *ctx, struct sw_span *span)
monoColor = GL_FALSE;
}
else if (ctx->Color.BlendEnabled) {
- printf("blending\n");
_mesa_blend_span(ctx, span, span->color.rgba);
monoColor = GL_FALSE;
}