diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-12-20 11:49:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-20 11:49:32 +0100 |
commit | d8067e905c031df9abe475c966fe389b03036036 (patch) | |
tree | 0f4e81ec019be3d7b8759f707d59b3457adf849a /main | |
parent | a8faa5504279f867adb6f50f768d3cf00594dc4f (diff) | |
parent | 9cb18232c290c1876cdb6570ef11f29fa7a98ce3 (diff) |
Merge pull request #24500 from akien-mga/drop-global_defaults
Core: Drop unused global_defaults logic
Diffstat (limited to 'main')
-rw-r--r-- | main/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/main.cpp b/main/main.cpp index f6902ffe23..da9c2c3198 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -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(); |