From 77590fe2e864fbde37067f341b6767c4f043dbed Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 14 Dec 2013 14:08:26 +0000 Subject: Move (keep|flip|remove|clear)_selections from editor method to free selectors --- src/editor.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/editor.hh') 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, -- cgit v1.2.3