diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-01-03 15:44:57 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-01-03 15:44:57 +0100 |
commit | 27a9119b8a17786ad00b53bf0c662ee9aed81524 (patch) | |
tree | 87b4e0af81d7ba7b1007e28371ed976f3708a954 /platform/ios/export/export_plugin.h | |
parent | d36903860ce303649b6089c6a4bb06099fa755ea (diff) | |
parent | da3d5f780d2824b37c1bea9e83a719693fa05dac (diff) | |
download | redot-engine-27a9119b8a17786ad00b53bf0c662ee9aed81524.tar.gz |
Merge pull request #86312 from bruvzg/ios_fix_screen_res
[iOS] Remove deprecated LaunchImages support and switch to Storyboard by default.
Diffstat (limited to 'platform/ios/export/export_plugin.h')
-rw-r--r-- | platform/ios/export/export_plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/ios/export/export_plugin.h b/platform/ios/export/export_plugin.h index fd2243bcda..1f926c4d14 100644 --- a/platform/ios/export/export_plugin.h +++ b/platform/ios/export/export_plugin.h @@ -127,7 +127,6 @@ class EditorExportPlatformIOS : public EditorExportPlatform { String _get_linker_flags(); String _get_cpp_code(); void _fix_config_file(const Ref<EditorExportPreset> &p_preset, Vector<uint8_t> &pfile, const IOSConfigData &p_config, bool p_debug); - Error _export_loading_screen_images(const Ref<EditorExportPreset> &p_preset, const String &p_dest_dir); Error _export_loading_screen_file(const Ref<EditorExportPreset> &p_preset, const String &p_dest_dir); Error _export_icons(const Ref<EditorExportPreset> &p_preset, const String &p_iconset_dir); |