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:
Rémi Verschelde 2018-12-20 10:41:39 +01:00
parent b3f6e54cc6
commit 9cb18232c2
8 changed files with 0 additions and 156 deletions

View file

@ -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();