diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2012-11-20 14:14:32 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2012-11-20 14:14:32 +0100 |
| commit | 4dc333c8b3499088175d9a803a149ebefaef9d59 (patch) | |
| tree | 8af504f050c0f8151010bc836c8a4cd808ee57cc /src/editor.hh | |
| parent | 0ca66e3bf9470e28299b3c457733e6843d51a1c7 (diff) | |
minor cleanups
Diffstat (limited to 'src/editor.hh')
| -rw-r--r-- | src/editor.hh | 1 |
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() {} |
