summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Shell/Shell.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Shell/Shell.cpp b/Shell/Shell.cpp
index ddfad4d600..debfcded94 100644
--- a/Shell/Shell.cpp
+++ b/Shell/Shell.cpp
@@ -1077,8 +1077,6 @@ void Shell::custom_event(Core::CustomEvent& event)
Core::EventLoop::current().post_event(*this, make<Core::CustomEvent>(ShellEventType::ReadLine));
return;
}
-
- event.ignore();
}
Shell::Shell()