summaryrefslogtreecommitdiffstats
path: root/src/2geom/circle-circle.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2012-02-15 07:26:41 +0000
committerKris <Kris.De.Gussem@hotmail.com>2012-02-15 07:26:41 +0000
commitd3a4d543c4d6eb4151b2acad892272cbc1ea3f45 (patch)
treef02369e70e001bb296ca98f09cc8ace67100e19b /src/2geom/circle-circle.cpp
parentcppcheck (diff)
downloadinkscape-d3a4d543c4d6eb4151b2acad892272cbc1ea3f45.tar.gz
inkscape-d3a4d543c4d6eb4151b2acad892272cbc1ea3f45.zip
Synchronized 2geom to revision 2058
(bzr r10978)
Diffstat (limited to 'src/2geom/circle-circle.cpp')
-rw-r--r--src/2geom/circle-circle.cpp2
1 files changed, 0 insertions, 2 deletions
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;