summaryrefslogtreecommitdiff
path: root/src/editor.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-12-15 20:37:07 +0000
committerMaxime Coste <frrrwww@gmail.com>2013-12-15 20:37:07 +0000
commitea95632709a6ae3df76772e83e1497a9fcfee52d (patch)
treeaa258ec83e7ec6f765c9c055d5faf1748dbde91b /src/editor.hh
parentad0682ec75d072c648f044580d817bef4098abc0 (diff)
Move Editor::selections_content to Context
Diffstat (limited to 'src/editor.hh')
-rw-r--r--src/editor.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/editor.hh b/src/editor.hh
index c425da84..0e068f90 100644
--- a/src/editor.hh
+++ b/src/editor.hh
@@ -28,7 +28,6 @@ public:
const SelectionList& selections() const { return m_selections; }
SelectionList& selections() { return m_selections; }
- std::vector<String> selections_content() const;
private:
safe_ptr<Buffer> m_buffer;