summaryrefslogtreecommitdiffstats
path: root/MultiMC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MultiMC.cpp')
-rw-r--r--MultiMC.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/MultiMC.cpp b/MultiMC.cpp
index ae6070a3..5956501f 100644
--- a/MultiMC.cpp
+++ b/MultiMC.cpp
@@ -21,8 +21,6 @@
#include "logic/forge/ForgeVersionList.h"
-#include "logic/status/StatusChecker.h"
-
#include "logic/net/HttpMetaCache.h"
#include "logic/net/URLConstants.h"
@@ -199,9 +197,6 @@ MultiMC::MultiMC(int &argc, char **argv, bool test_mode) : QApplication(argc, ar
// initialize the notification checker
m_notificationChecker.reset(new NotificationChecker());
- // initialize the status checker
- m_statusChecker.reset(new StatusChecker());
-
m_translationChecker.reset(new TranslationDownloader());
// and instances