summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2009-12-26 23:59:01 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2009-12-26 23:59:01 +0000
commit6286e1b266d79742170df705ba6a1e6f94ca32d6 (patch)
tree8f42e5910ba6c69a11f1409518f05f0952cd3b7a /src/ui/tool/path-manipulator.cpp
parentImplement selection spatial grow (diff)
downloadinkscape-6286e1b266d79742170df705ba6a1e6f94ca32d6.tar.gz
inkscape-6286e1b266d79742170df705ba6a1e6f94ca32d6.zip
Implement selection linear grow
(bzr r8846.2.8)
Diffstat (limited to 'src/ui/tool/path-manipulator.cpp')
-rw-r--r--src/ui/tool/path-manipulator.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp
index 42db45321..2755d6fb3 100644
--- a/src/ui/tool/path-manipulator.cpp
+++ b/src/ui/tool/path-manipulator.cpp
@@ -298,11 +298,6 @@ void PathManipulator::shiftSelection(int dir)
}
}
-void PathManipulator::linearGrow(NodeList::iterator center, int dir)
-{
- g_message("linearGrow unimplemented");
-}
-
/** Invert selection in the entire path. */
void PathManipulator::invertSelection()
{