diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-01-29 08:57:38 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-04-02 00:14:06 +0200 |
commit | 7334b8e5204f76f83409a8e2d48b31b50f86e413 (patch) | |
tree | 62fdf553bc36b0bd43785bbbde165ea2ea2e0cd4 /MultiMC.cpp | |
parent | 791221e923586bb717396ecf18bd13e57034df99 (diff) | |
download | PrismLauncher-7334b8e5204f76f83409a8e2d48b31b50f86e413.tar.gz PrismLauncher-7334b8e5204f76f83409a8e2d48b31b50f86e413.tar.bz2 PrismLauncher-7334b8e5204f76f83409a8e2d48b31b50f86e413.zip |
NOISSUE remove status checker from application object
Diffstat (limited to 'MultiMC.cpp')
-rw-r--r-- | MultiMC.cpp | 5 |
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 |