summaryrefslogtreecommitdiff
path: root/ui/qt/progress_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/progress_frame.h')
-rw-r--r--ui/qt/progress_frame.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/qt/progress_frame.h b/ui/qt/progress_frame.h
index 719af1484b..b2816c64ca 100644
--- a/ui/qt/progress_frame.h
+++ b/ui/qt/progress_frame.h
@@ -44,7 +44,6 @@ class QPropertyAnimation;
// Define the structure describing a progress dialog.
struct progdlg {
ProgressFrame *progress_frame; // This progress frame
- QElapsedTimer *elapsed_timer; // Application event processing
QWidget *top_level_window; // Progress frame's main window
};