From ea95632709a6ae3df76772e83e1497a9fcfee52d Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 15 Dec 2013 20:37:07 +0000 Subject: Move Editor::selections_content to Context --- src/editor.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/editor.hh') 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 selections_content() const; private: safe_ptr m_buffer; -- cgit v1.2.3