From da3d5f780d2824b37c1bea9e83a719693fa05dac Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:15:52 +0200 Subject: [iOS] Remove deprecated LaunchImages support and switch to Storyboard by default. --- platform/ios/export/export_plugin.h | 1 - 1 file changed, 1 deletion(-) (limited to 'platform/ios/export/export_plugin.h') 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 &p_preset, Vector &pfile, const IOSConfigData &p_config, bool p_debug); - Error _export_loading_screen_images(const Ref &p_preset, const String &p_dest_dir); Error _export_loading_screen_file(const Ref &p_preset, const String &p_dest_dir); Error _export_icons(const Ref &p_preset, const String &p_iconset_dir); -- cgit v1.2.3