Merge pull request #87870 from ryevdokimov/remove-unnecessary-focus-methods

Remove unnecessary focus methods and directly bind to `set_close_on_escape`
This commit is contained in:
Rémi Verschelde 2024-03-11 23:48:13 +01:00
commit c0ad0b0acf
No known key found for this signature in database
GPG key ID: C3336907360768E1
4 changed files with 4 additions and 24 deletions

View file

@ -113,9 +113,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();