NOISSUE remove status checker from application object

This commit is contained in:
Petr Mrázek 2015-01-29 08:57:38 +01:00
parent 791221e923
commit 7334b8e520
5 changed files with 6 additions and 17 deletions

View file

@ -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