diff options
Diffstat (limited to 'launcher/MainWindow.cpp')
-rw-r--r-- | launcher/MainWindow.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/launcher/MainWindow.cpp b/launcher/MainWindow.cpp index 182b22e9..67590946 100644 --- a/launcher/MainWindow.cpp +++ b/launcher/MainWindow.cpp @@ -73,7 +73,6 @@ #include "groupview/GroupView.h" #include "groupview/InstanceDelegate.h" #include "widgets/LabeledToolButton.h" -#include "widgets/ServerStatus.h" #include "dialogs/NewInstanceDialog.h" #include "dialogs/ProgressDialog.h" #include "dialogs/AboutDialog.h" @@ -739,10 +738,8 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new MainWindow m_statusLeft = new QLabel(tr("No instance selected"), this); m_statusCenter = new QLabel(tr("Total playtime: 0s."), this); - m_statusRight = new ServerStatus(this); statusBar()->addPermanentWidget(m_statusLeft, 1); statusBar()->addPermanentWidget(m_statusCenter, 1); - statusBar()->addPermanentWidget(m_statusRight, 0); // Add "manage accounts" button, right align QWidget *spacer = new QWidget(); |