summaryrefslogtreecommitdiff
path: root/src/editor.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.hh')
-rw-r--r--src/editor.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/editor.hh b/src/editor.hh
index 16e4eb2b..f3076ad1 100644
--- a/src/editor.hh
+++ b/src/editor.hh
@@ -57,10 +57,6 @@ public:
SelectMode mode = SelectMode::Replace);
void move_selections(CharCount move,
SelectMode mode = SelectMode::Replace);
- void clear_selections();
- void flip_selections();
- void keep_selection(int index);
- void remove_selection(int index);
void select(BufferCoord c, SelectMode mode = SelectMode::Replace)
{ select(Selection{ buffer().clamp(c) }, mode); }
void select(const Selection& sel,