summaryrefslogtreecommitdiff
path: root/src/editor.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-12-14 18:41:55 +0000
committerMaxime Coste <frrrwww@gmail.com>2013-12-14 18:41:55 +0000
commit49ee2495a47774db6102807e7d640924bb96d83d (patch)
tree9f3ddacddaa691155e1a874d9853b31768f6c807 /src/editor.hh
parentd0d9717fcf70469009b39e58ac6f635f2076d18c (diff)
Remove Editor::rotate_selections
Diffstat (limited to 'src/editor.hh')
-rw-r--r--src/editor.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/editor.hh b/src/editor.hh
index d6884340..3af52494 100644
--- a/src/editor.hh
+++ b/src/editor.hh
@@ -58,8 +58,6 @@ public:
void move_selections(CharCount move,
SelectMode mode = SelectMode::Replace);
- void rotate_selections(int count) { m_selections.rotate_main(count); }
-
const SelectionList& selections() const { return m_selections; }
SelectionList& selections() { return m_selections; }
std::vector<String> selections_content() const;