summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.cpp
diff options
context:
space:
mode:
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()
{