diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-12-18 22:15:52 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-12-18 22:21:58 +0200 |
commit | da3d5f780d2824b37c1bea9e83a719693fa05dac (patch) | |
tree | 5a87758731ebbe9836ea9279ecde0fa8e9fbb944 /platform/ios/export/export_plugin.h | |
parent | bf8dd73e9d88d6ab146506699f43230b12c6a2b0 (diff) | |
download | redot-engine-da3d5f780d2824b37c1bea9e83a719693fa05dac.tar.gz |
[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); |