summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/multi-path-manipulator.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-12-30 19:41:32 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-12-30 19:41:32 +0000
commit4c6918c72721a35e0347e9e087396238e72eb62e (patch)
tree22d7e8b0c0ecff9d8c6ff73ab0311a2fa9873ae7 /src/ui/tool/multi-path-manipulator.cpp
parentRefactorizing (diff)
downloadinkscape-4c6918c72721a35e0347e9e087396238e72eb62e.tar.gz
inkscape-4c6918c72721a35e0347e9e087396238e72eb62e.zip
Refactorizing
(bzr r11950.1.212)
Diffstat (limited to 'src/ui/tool/multi-path-manipulator.cpp')
-rw-r--r--src/ui/tool/multi-path-manipulator.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/tool/multi-path-manipulator.cpp b/src/ui/tool/multi-path-manipulator.cpp
index 6da8b4104..3612f9c56 100644
--- a/src/ui/tool/multi-path-manipulator.cpp
+++ b/src/ui/tool/multi-path-manipulator.cpp
@@ -298,7 +298,6 @@ void MultiPathManipulator::invertSelectionInSubpaths()
invokeForAll(&PathManipulator::invertSelectionInSubpaths);
}
-
void MultiPathManipulator::setNodeType(NodeType type)
{
if (_selection.empty()) return;
@@ -327,7 +326,6 @@ void MultiPathManipulator::setNodeType(NodeType type)
_done(retract_handles ? _("Retract handles") : _("Change node type"));
}
-
void MultiPathManipulator::setSegmentType(SegmentType type)
{
if (_selection.empty()) return;
@@ -691,7 +689,6 @@ bool MultiPathManipulator::event(Inkscape::UI::Tools::ToolBase *event_context, G
deleteNodes(true);
}
else
- //BSpline end
deleteNodes(del_preserves_shape ^ held_control(event->key));
// Delete any selected gradient nodes as well