summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2016-12-06 21:22:02 +0000
committerJabiertxof <jtx@jtx>2016-12-06 21:22:02 +0000
commit3b154fb4c6d16369222c0755c3c2048a186d043a (patch)
tree7f016b7c2776fa46dda969886df95768e348a318 /src/ui/tool/path-manipulator.cpp
parentFixes for measure LPE and speed path based LPE operations (diff)
downloadinkscape-3b154fb4c6d16369222c0755c3c2048a186d043a.tar.gz
inkscape-3b154fb4c6d16369222c0755c3c2048a186d043a.zip
Remove obsolete comment
(bzr r15303)
Diffstat (limited to 'src/ui/tool/path-manipulator.cpp')
-rw-r--r--src/ui/tool/path-manipulator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp
index 75b507a57..5746a8f86 100644
--- a/src/ui/tool/path-manipulator.cpp
+++ b/src/ui/tool/path-manipulator.cpp
@@ -1492,7 +1492,6 @@ void PathManipulator::_setGeometry()
}
} else {
if (empty()) return;
- //XML Tree being used here directly while it shouldn't be.
if (SPCurve * original = _path->get_original_curve()){
if(!_spcurve->is_equal(original)) {
_path->set_original_curve(_spcurve, false, false);