summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-03-20 08:11:35 +0000
committerMaxime Coste <frrrwww@gmail.com>2014-03-20 08:11:35 +0000
commitbe417d361602af9871944070c00eca4fc4549775 (patch)
tree8e23fa5c172faf93576eb3d606b374a516f89421 /src/input_handler.hh
parent86fd00d1ea24cc321f0c17d59f771b40adb3a9e7 (diff)
Remove dangling forward declaration of Editor class
Diffstat (limited to 'src/input_handler.hh')
-rw-r--r--src/input_handler.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index 461470e0..1d2e992e 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -12,8 +12,6 @@
namespace Kakoune
{
-class Editor;
-
enum class MenuEvent
{
Select,