Core: Drop unused global_defaults logic
It used to be used for Android and iOS to specify platform-specific project settings overrides, but we now have feature tags for that.
This commit is contained in:
parent
b3f6e54cc6
commit
9cb18232c2
8 changed files with 0 additions and 156 deletions
|
|
@ -1029,8 +1029,6 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
|
|||
|
||||
message_queue = memnew(MessageQueue);
|
||||
|
||||
ProjectSettings::get_singleton()->register_global_defaults();
|
||||
|
||||
if (p_second_phase)
|
||||
return setup2();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue