summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-05-09 15:34:08 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-05-09 15:34:08 +0000
commitcd487af90b0bc95f2dd62d0ebb98e752bfb17c02 (patch)
tree927394cb907d1d872461b1d4cba41d34e0b0fdfe /src/mesa/drivers/common
parent5f2230c7bf9432187103ab6c890c0d560c203d5c (diff)
remove debug code
Diffstat (limited to 'src/mesa/drivers/common')
-rw-r--r--src/mesa/drivers/common/t_dd_vb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/common/t_dd_vb.c b/src/mesa/drivers/common/t_dd_vb.c
index 97be42d7e8..95cc0a27b1 100644
--- a/src/mesa/drivers/common/t_dd_vb.c
+++ b/src/mesa/drivers/common/t_dd_vb.c
@@ -1,4 +1,4 @@
-/* $Id: t_dd_vb.c,v 1.13 2001/04/30 21:08:52 keithw Exp $ */
+/* $Id: t_dd_vb.c,v 1.14 2001/05/09 15:34:08 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -303,7 +303,7 @@ INTERP_QUALIFIER void TAG(interp_extras)( GLcontext *ctx,
}
if (VB->EdgeFlag) {
- VB->EdgeFlag[dst] = VB->EdgeFlag[out] || force_boundary || 1;
+ VB->EdgeFlag[dst] = VB->EdgeFlag[out] || force_boundary;
}
INTERP_VERTEX(ctx, t, dst, out, in, force_boundary);