remove debug code
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 9 May 2001 15:34:08 +0000 (15:34 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 9 May 2001 15:34:08 +0000 (15:34 +0000)
src/mesa/drivers/common/t_dd_vb.c

index 97be42d..95cc0a2 100644 (file)
@@ -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);