diff options
Diffstat (limited to 'src/mesa/swrast/s_aatritemp.h')
-rw-r--r-- | src/mesa/swrast/s_aatritemp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_aatritemp.h b/src/mesa/swrast/s_aatritemp.h index e142c6fb279..90b8fe74e31 100644 --- a/src/mesa/swrast/s_aatritemp.h +++ b/src/mesa/swrast/s_aatritemp.h @@ -1,4 +1,4 @@ -/* $Id: s_aatritemp.h,v 1.25 2002/01/28 00:07:33 brianp Exp $ */ +/* $Id: s_aatritemp.h,v 1.26 2002/01/28 03:42:28 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -270,7 +270,6 @@ GLint ix, startX = (GLint) (x - xAdj); GLuint count; GLfloat coverage = 0.0F; - SW_SPAN_RESET(span); /* skip over fragments with zero coverage */ while (startX < MAX_WIDTH) { |