mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
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:
commit
c0ad0b0acf
4 changed files with 4 additions and 24 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue