summaryrefslogtreecommitdiffstats
path: root/gui/MainWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/MainWindow.h')
-rw-r--r--gui/MainWindow.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gui/MainWindow.h b/gui/MainWindow.h
index d610a87d..ad160da7 100644
--- a/gui/MainWindow.h
+++ b/gui/MainWindow.h
@@ -171,12 +171,6 @@ slots:
void updateNewsLabel();
- void updateStatusUI();
-
- void updateStatusFailedUI();
-
- void reloadStatus();
-
/*!
* Runs the DownloadUpdateTask and installs updates.
*/
@@ -207,11 +201,8 @@ private:
QLabel *m_statusLeft;
QLabel *m_statusRight;
- QToolButton *m_statusRefresh;
QMenu *accountMenu;
QToolButton *accountMenuButton;
QAction *manageAccountsAction;
-
- QTimer statusTimer;
};