diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2016-04-28 20:54:39 +0200 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2016-04-28 20:54:39 +0200 |
commit | 8ae279a5e7118e28ae3788f45ddd9c055af560dc (patch) | |
tree | b8c0881f400e066bcb2600d263a0c6747af279f9 /tools/editor/project_export.h | |
parent | 45ffc053b5c96a0c384261d67dd1a88cc599f1a9 (diff) | |
parent | ab4caa79538750d7557308dd4f83d6b17d9bdd22 (diff) |
Merge pull request #4466 from eska014/move-export-debug-toggle
Make export GUI debug toggle more obvious
Diffstat (limited to 'tools/editor/project_export.h')
-rw-r--r-- | tools/editor/project_export.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/editor/project_export.h b/tools/editor/project_export.h index dc076ce201..8cf2bf3afc 100644 --- a/tools/editor/project_export.h +++ b/tools/editor/project_export.h @@ -86,7 +86,6 @@ private: EditorFileDialog *pck_export; EditorFileDialog *file_export; - CheckButton *file_export_check; LineEdit *file_export_password; Button *button_export; |