From 690fd153567e176251068ddac2aa02ce270c1473 Mon Sep 17 00:00:00 2001 From: Robert Yevdokimov <robert.yevdokimov@autStand.com> Date: Fri, 2 Feb 2024 09:03:38 -0500 Subject: Remove unnecessary focus methods and directly bind to 'set_close_on_escape' --- editor/input_event_configuration_dialog.h | 1 - 1 file changed, 1 deletion(-) (limited to 'editor/input_event_configuration_dialog.h') diff --git a/editor/input_event_configuration_dialog.h b/editor/input_event_configuration_dialog.h index 3ef089be8b..1d2cc8ba36 100644 --- a/editor/input_event_configuration_dialog.h +++ b/editor/input_event_configuration_dialog.h @@ -104,7 +104,6 @@ private: void _set_event(const Ref<InputEvent> &p_event, const Ref<InputEvent> &p_original_event, bool p_update_input_list_selection = true); void _on_listen_input_changed(const Ref<InputEvent> &p_event); - void _on_listen_focus_changed(); void _search_term_updated(const String &p_term); void _update_input_list(); -- cgit v1.2.3