diff options
author | George Marques <george@gmarqu.es> | 2023-01-20 15:09:07 -0300 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2023-01-20 15:09:07 -0300 |
commit | 7e5c2f945dbb17e01fb6d1b6215ba4f176232785 (patch) | |
tree | b0a5bdd077e8caab4c073650ff75fee6a3234700 /editor/export/project_export.h | |
parent | 9f74f0f6c5e5c98b18f4f0ad95092a88d064f616 (diff) |
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.
Diffstat (limited to 'editor/export/project_export.h')
-rw-r--r-- | editor/export/project_export.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/export/project_export.h b/editor/export/project_export.h index 1138d598cb..d392dba2a4 100644 --- a/editor/export/project_export.h +++ b/editor/export/project_export.h @@ -86,7 +86,6 @@ private: LineEdit *custom_features = nullptr; RichTextLabel *custom_feature_display = nullptr; - OptionButton *script_mode = nullptr; LineEdit *script_key = nullptr; Label *script_key_error = nullptr; @@ -152,7 +151,6 @@ private: void _enc_pck_changed(bool p_pressed); void _enc_directory_changed(bool p_pressed); void _enc_filters_changed(const String &p_text); - void _script_export_mode_changed(int p_mode); void _script_encryption_key_changed(const String &p_key); bool _validate_script_encryption_key(const String &p_key); |