From fa7a7d52d0d4084e2ee2c46a0cac07f4962ab71c Mon Sep 17 00:00:00 2001 From: kb1000 Date: Fri, 5 Jun 2020 14:41:25 +0200 Subject: Remove broken Mojang services status --- launcher/MainWindow.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'launcher/MainWindow.h') 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; -- cgit