From c883d7627a479c8c5b6a9f77b9841fa5631572ad Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Mon, 27 Apr 2015 19:39:29 -0400 Subject: 2Geom sync - initial commit (bzr r14059.2.1) --- src/2geom/quadtree.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/2geom/quadtree.cpp') diff --git a/src/2geom/quadtree.cpp b/src/2geom/quadtree.cpp index 98030c424..76dc68774 100644 --- a/src/2geom/quadtree.cpp +++ b/src/2geom/quadtree.cpp @@ -211,10 +211,6 @@ void QuadTree::insert(double x0, double y0, double x1, double y1, int shape) { // check if rect's bounding box has size 1x1. This means that rect is defined by 2 points // that are in the same place. if( ( fabs(bxx0 - bxx1) < 1.0 ) && ( fabs(byy0 - byy1) < 1.0 )){ - bxx0 = floor(bxx0); - bxx1 = floor(bxx1); - byy0 = floor(byy0); - byy1 = floor(byy1); break; } -- cgit v1.2.3