summaryrefslogtreecommitdiff
path: root/platform/ios
diff options
context:
space:
mode:
authorLarry Tran <lawrence.c.tran@outlook.com>2022-08-05 18:15:57 -0500
committerLarry Tran <lawrence.c.tran@outlook.com>2022-08-05 18:15:57 -0500
commite029e664548dcada4d07a7e2f85cad18bb2feebe (patch)
tree48ae76e93218b6c745a3aa24c2676fd48269e9d2 /platform/ios
parent91c62fb85674171b0524b2152347aa1435b45b8d (diff)
Remove unnecessary string replacement
Diffstat (limited to 'platform/ios')
-rw-r--r--platform/ios/export/export_plugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/ios/export/export_plugin.cpp b/platform/ios/export/export_plugin.cpp
index 9ca2948542..2ac44ccf8b 100644
--- a/platform/ios/export/export_plugin.cpp
+++ b/platform/ios/export/export_plugin.cpp
@@ -1528,8 +1528,6 @@ Error EditorExportPlatformIOS::export_project(const Ref<EditorExportPreset> &p_p
//write
- file = file.replace_first("ios/", "");
-
if (files_to_parse.has(file)) {
_fix_config_file(p_preset, data, config_data, p_debug);
} else if (file.begins_with("libgodot.ios")) {