summaryrefslogtreecommitdiffstats
path: root/scene/main/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/main/window.cpp')
-rw-r--r--scene/main/window.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/scene/main/window.cpp b/scene/main/window.cpp
index 5d3173a2a5..8137592e99 100644
--- a/scene/main/window.cpp
+++ b/scene/main/window.cpp
@@ -1368,10 +1368,6 @@ void Window::_window_input(const Ref<InputEvent> &p_ev) {
if (is_inside_tree()) {
push_input(p_ev);
}
-
- if (!is_input_handled() && is_inside_tree()) {
- push_unhandled_input(p_ev);
- }
}
void Window::_window_input_text(const String &p_text) {