summaryrefslogtreecommitdiffstats
path: root/editor/input_event_configuration_dialog.h
diff options
context:
space:
mode:
authorRobert Yevdokimov <robert.yevdokimov@autStand.com>2024-02-02 09:03:38 -0500
committerRobert Yevdokimov <robert.yevdokimov@autStand.com>2024-02-02 09:03:38 -0500
commit690fd153567e176251068ddac2aa02ce270c1473 (patch)
treed4aae9a3d201f5d002f90988cc4d929e25e6d37e /editor/input_event_configuration_dialog.h
parent10e111477db68fe65776a1d68fb1ffccaf6520fc (diff)
downloadredot-engine-690fd153567e176251068ddac2aa02ce270c1473.tar.gz
Remove unnecessary focus methods and directly bind to 'set_close_on_escape'
Diffstat (limited to 'editor/input_event_configuration_dialog.h')
-rw-r--r--editor/input_event_configuration_dialog.h1
1 files changed, 0 insertions, 1 deletions
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();