From e029e664548dcada4d07a7e2f85cad18bb2feebe Mon Sep 17 00:00:00 2001 From: Larry Tran Date: Fri, 5 Aug 2022 18:15:57 -0500 Subject: Remove unnecessary string replacement --- platform/ios/export/export_plugin.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'platform') 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 &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")) { -- cgit v1.2.3