diff options
Diffstat (limited to 'launcher/MainWindow.h')
-rw-r--r-- | launcher/MainWindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/launcher/MainWindow.h b/launcher/MainWindow.h index 67dec8cf..38e5b4b5 100644 --- a/launcher/MainWindow.h +++ b/launcher/MainWindow.h @@ -36,7 +36,6 @@ class QLabel; class MinecraftLauncher; class BaseProfilerFactory; class GroupView; -class ServerStatus; class KonamiCode; class InstanceTask; @@ -207,7 +206,6 @@ private: QToolButton *newsLabel = nullptr; QLabel *m_statusLeft = nullptr; QLabel *m_statusCenter = nullptr; - ServerStatus *m_statusRight = nullptr; QMenu *accountMenu = nullptr; QToolButton *accountMenuButton = nullptr; KonamiCode * secretEventFilter = nullptr; |