diff options
Diffstat (limited to 'editor/progress_dialog.h')
-rw-r--r-- | editor/progress_dialog.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editor/progress_dialog.h b/editor/progress_dialog.h index 82f479ae9d..753b6ac955 100644 --- a/editor/progress_dialog.h +++ b/editor/progress_dialog.h @@ -38,13 +38,11 @@ #include "scene/gui/progress_bar.h" class BackgroundProgress : public HBoxContainer { - GDCLASS(BackgroundProgress, HBoxContainer); _THREAD_SAFE_CLASS_ struct Task { - HBoxContainer *hb; ProgressBar *progress; }; @@ -69,10 +67,8 @@ public: }; class ProgressDialog : public PopupPanel { - GDCLASS(ProgressDialog, PopupPanel); struct Task { - String task; VBoxContainer *vb; ProgressBar *progress; |