[MESA]
[reactos.git] / reactos / dll / opengl / mesa / swrast / s_tritemp.h
index ee434d2..8f17236 100644 (file)
@@ -241,9 +241,6 @@ static void NAME(struct gl_context *ctx, const SWvertex *v0,
          return;
 
       oneOverArea = 1.0F / area;
-
-      /* 0 = front, 1 = back */
-      span.facing = oneOverArea * bf > 0.0F;
    }
 
    /* Edge setup.  For a triangle strip these could be reused... */