summaryrefslogtreecommitdiffstats
path: root/editor/project_settings_editor.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/project_settings_editor.h
parent10e111477db68fe65776a1d68fb1ffccaf6520fc (diff)
downloadredot-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.h3
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();