diff options
author | kobewi <kobewi4e@gmail.com> | 2023-08-09 17:52:01 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2023-08-10 15:07:25 +0200 |
commit | fca3ab55649c43ade5076687dbba31d2a08ea1d7 (patch) | |
tree | ad357423e20dcb2961651363de16abc14ee3d6e8 /editor/import_defaults_editor.h | |
parent | 7df393312fa8eab98231f2c335366a1ef6205367 (diff) | |
download | redot-engine-fca3ab55649c43ade5076687dbba31d2a08ea1d7.tar.gz |
Deprecate project_settings_changed signal
Diffstat (limited to 'editor/import_defaults_editor.h')
-rw-r--r-- | editor/import_defaults_editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/import_defaults_editor.h b/editor/import_defaults_editor.h index 763cdf8bf1..ccc74f39a5 100644 --- a/editor/import_defaults_editor.h +++ b/editor/import_defaults_editor.h @@ -57,7 +57,6 @@ class ImportDefaultsEditor : public VBoxContainer { protected: void _notification(int p_what); - static void _bind_methods(); public: void clear(); |