summaryrefslogtreecommitdiff
path: root/src/editor.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-12-15 20:32:58 +0000
committerMaxime Coste <frrrwww@gmail.com>2013-12-15 20:32:58 +0000
commitad0682ec75d072c648f044580d817bef4098abc0 (patch)
treeb281b2a93da95703cb606df0a1f489ad0469cd2f /src/editor.hh
parent8047cc97d3c30b53f8b701cebad9e7b838264db7 (diff)
remove unused Editor::check_invariant
Diffstat (limited to 'src/editor.hh')
-rw-r--r--src/editor.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/editor.hh b/src/editor.hh
index d808fe76..c425da84 100644
--- a/src/editor.hh
+++ b/src/editor.hh
@@ -31,11 +31,6 @@ public:
std::vector<String> selections_content() const;
private:
- friend struct scoped_edition;
- friend class InputModes::Insert;
-
- void check_invariant() const;
-
safe_ptr<Buffer> m_buffer;
DynamicSelectionList m_selections;
};