From d3a4d543c4d6eb4151b2acad892272cbc1ea3f45 Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Wed, 15 Feb 2012 08:26:41 +0100 Subject: Synchronized 2geom to revision 2058 (bzr r10978) --- src/2geom/circle-circle.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/2geom/circle-circle.cpp') diff --git a/src/2geom/circle-circle.cpp b/src/2geom/circle-circle.cpp index 425ff0e9f..134fa33a2 100644 --- a/src/2geom/circle-circle.cpp +++ b/src/2geom/circle-circle.cpp @@ -106,8 +106,6 @@ int circle_circle_intersection(Point X0, double r0, void run_test(double x0, double y0, double r0, double x1, double y1, double r1) { - double x3, y3, x3_prime, y3_prime; - printf("x0=%F, y0=%F, r0=%F, x1=%F, y1=%F, r1=%F :\n", x0, y0, r0, x1, y1, r1); Geom::Point p0, p1; -- cgit v1.2.3