From 7e5c2f945dbb17e01fb6d1b6215ba4f176232785 Mon Sep 17 00:00:00 2001 From: George Marques Date: Fri, 20 Jan 2023 15:09:07 -0300 Subject: Remove references to compiled GDScript in export This feature was removed from GDScript so it should not be present on the interface nor in the saved export presets. --- editor/export/editor_export_preset.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'editor/export/editor_export_preset.h') diff --git a/editor/export/editor_export_preset.h b/editor/export/editor_export_preset.h index 2055416d4b..de208f410e 100644 --- a/editor/export/editor_export_preset.h +++ b/editor/export/editor_export_preset.h @@ -46,11 +46,6 @@ public: EXCLUDE_SELECTED_RESOURCES, }; - enum ScriptExportMode { - MODE_SCRIPT_TEXT, - MODE_SCRIPT_COMPILED, - }; - private: Ref platform; ExportFilter export_filter = EXPORT_ALL_RESOURCES; @@ -78,7 +73,6 @@ private: bool enc_pck = false; bool enc_directory = false; - int script_mode = MODE_SCRIPT_COMPILED; String script_key; protected: @@ -132,9 +126,6 @@ public: void set_enc_directory(bool p_enabled); bool get_enc_directory() const; - void set_script_export_mode(int p_mode); - int get_script_export_mode() const; - void set_script_encryption_key(const String &p_key); String get_script_encryption_key() const; -- cgit v1.2.3