summaryrefslogtreecommitdiffstats
path: root/editor/input_event_configuration_dialog.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-03-11 23:48:13 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-03-11 23:48:13 +0100
commitc0ad0b0acf2cf326b7aa145f5c3dc61b7dcbcaba (patch)
tree307f157ef6f6ba449f06800b5b0baf3338c5c588 /editor/input_event_configuration_dialog.h
parent058202e9602c1e3bb06e7978f3082e552b3c2e85 (diff)
parent690fd153567e176251068ddac2aa02ce270c1473 (diff)
downloadredot-engine-c0ad0b0acf2cf326b7aa145f5c3dc61b7dcbcaba.tar.gz
Merge pull request #87870 from ryevdokimov/remove-unnecessary-focus-methods
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();