summaryrefslogtreecommitdiffstats
path: root/core/project_settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/project_settings.cpp')
-rw-r--r--core/project_settings.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/project_settings.cpp b/core/project_settings.cpp
index 2fd22d4789..6cfa69fba9 100644
--- a/core/project_settings.cpp
+++ b/core/project_settings.cpp
@@ -571,10 +571,6 @@ Error ProjectSettings::_load_settings_text(const String p_path) {
section = next_tag.name;
}
}
-
- memdelete(f);
-
- return OK;
}
Error ProjectSettings::_load_settings_text_or_binary(const String p_text_path, const String p_bin_path) {