diff options
author | Robert Yevdokimov <robert.yevdokimov@autStand.com> | 2024-02-02 09:03:38 -0500 |
---|---|---|
committer | Robert Yevdokimov <robert.yevdokimov@autStand.com> | 2024-02-02 09:03:38 -0500 |
commit | 690fd153567e176251068ddac2aa02ce270c1473 (patch) | |
tree | d4aae9a3d201f5d002f90988cc4d929e25e6d37e /editor/project_settings_editor.h | |
parent | 10e111477db68fe65776a1d68fb1ffccaf6520fc (diff) | |
download | redot-engine-690fd153567e176251068ddac2aa02ce270c1473.tar.gz |
Remove unnecessary focus methods and directly bind to 'set_close_on_escape'
Diffstat (limited to 'editor/project_settings_editor.h')
-rw-r--r-- | editor/project_settings_editor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/project_settings_editor.h b/editor/project_settings_editor.h index 7771bdda61..532820df5e 100644 --- a/editor/project_settings_editor.h +++ b/editor/project_settings_editor.h @@ -112,9 +112,6 @@ class ProjectSettingsEditor : public AcceptDialog { void _update_action_map_editor(); void _update_theme(); - void _input_filter_focused(); - void _input_filter_unfocused(); - protected: void _notification(int p_what); static void _bind_methods(); |