summaryrefslogtreecommitdiffstats
path: root/platform/ios/export/export_plugin.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-01-03 15:44:57 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-01-03 15:44:57 +0100
commit27a9119b8a17786ad00b53bf0c662ee9aed81524 (patch)
tree87b4e0af81d7ba7b1007e28371ed976f3708a954 /platform/ios/export/export_plugin.h
parentd36903860ce303649b6089c6a4bb06099fa755ea (diff)
parentda3d5f780d2824b37c1bea9e83a719693fa05dac (diff)
downloadredot-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.h1
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);