summaryrefslogtreecommitdiff
path: root/src/editor.hh
diff options
context:
space:
mode:
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 620b51e2..10239564 100644
--- a/src/editor.hh
+++ b/src/editor.hh
@@ -41,7 +41,6 @@ public:
typedef std::function<SelectionAndCaptures (const Selection&)> Selector;
typedef std::function<SelectionAndCapturesList (const Selection&)> MultiSelector;
-
Editor(Buffer& buffer);
virtual ~Editor() {}