summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-shape.cpp')
-rw-r--r--src/sp-shape.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp
index 8d9b2296a..a0c26e8f5 100644
--- a/src/sp-shape.cpp
+++ b/src/sp-shape.cpp
@@ -1025,10 +1025,6 @@ static void sp_shape_snappoints(SPItem const *item, SnapPointsIter p)
*p = bp->c(3) * i2d;
bp++;
}
-
- // Additionaly, add the center for snapping
- *p = shape->getCenter();
-
}