--- common/lines.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/common/lines.c b/common/lines.c index 4f404f1..e345b95 100644 --- a/common/lines.c +++ b/common/lines.c @@ -1835,15 +1835,6 @@ miPolyBuildEdge (double x0, double y0, double k, /* x0 * dy - y0 * dx */ dx = -dx; k = -k; } -#ifdef NOTDEF - { - double realk, kerror; - realk = x0 * dy - y0 * dx; - kerror = Fabs (realk - k); - if (kerror > .1) - printf ("realk: %g k: %g\n", realk, k); - } -#endif y = ICEIL (y0); xady = ICEIL (k) + y * dx; -- 1.9.3 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel