diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2024-03-21 10:42:38 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2024-03-28 11:53:03 +0200 |
commit | 61f7145f4367d6fe6b7868706bdf90d41af52e68 (patch) | |
tree | 0eae2cae201293121368a06255c78ab16aca7ecc /editor/export/project_export.h | |
parent | 86415f02452dbf6de85325d3321fd7ec7fba9e94 (diff) | |
download | redot-engine-61f7145f4367d6fe6b7868706bdf90d41af52e68.tar.gz |
[Native File Dialog] Add support for using native dialogs in the editor.
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 bcab05cebb..c3499177f3 100644 --- a/editor/export/project_export.h +++ b/editor/export/project_export.h @@ -154,8 +154,6 @@ class ProjectExportDialog : public ConfirmationDialog { EditorFileDialog *export_pck_zip = nullptr; EditorFileDialog *export_project = nullptr; - CheckBox *export_debug = nullptr; - CheckBox *export_pck_zip_debug = nullptr; CheckButton *enc_pck = nullptr; CheckButton *enc_directory = nullptr; |