summaryrefslogtreecommitdiff
path: root/src/editor.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2012-11-20 14:14:32 +0100
committerMaxime Coste <frrrwww@gmail.com>2012-11-20 14:14:32 +0100
commit4dc333c8b3499088175d9a803a149ebefaef9d59 (patch)
tree8af504f050c0f8151010bc836c8a4cd808ee57cc /src/editor.hh
parent0ca66e3bf9470e28299b3c457733e6843d51a1c7 (diff)
minor cleanups
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() {}