summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/selectable-control-point.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tool/selectable-control-point.cpp')
-rw-r--r--src/ui/tool/selectable-control-point.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ui/tool/selectable-control-point.cpp b/src/ui/tool/selectable-control-point.cpp
index 83ed7d38b..f3f9c0e1e 100644
--- a/src/ui/tool/selectable-control-point.cpp
+++ b/src/ui/tool/selectable-control-point.cpp
@@ -87,15 +87,6 @@ bool SelectableControlPoint::clicked(GdkEventButton *event)
return true;
}
-void SelectableControlPoint::select(bool toselect)
-{
- if (toselect) {
- _selection.insert(this);
- } else {
- _selection.erase(this);
- }
-}
-
void SelectableControlPoint::_takeSelection()
{
_selection.clear();