summaryrefslogtreecommitdiffstats
path: root/MultiMC.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-01-29 09:03:11 +0100
committerPetr Mrázek <peterix@gmail.com>2015-04-02 00:14:06 +0200
commit360ec557b2e654b88b11fca4bfbad6e8fe97f892 (patch)
tree05a13c157cb73571bcfc8e7e2be65f9be5c62eda /MultiMC.cpp
parent7334b8e5204f76f83409a8e2d48b31b50f86e413 (diff)
downloadMultiMC-360ec557b2e654b88b11fca4bfbad6e8fe97f892.tar
MultiMC-360ec557b2e654b88b11fca4bfbad6e8fe97f892.tar.gz
MultiMC-360ec557b2e654b88b11fca4bfbad6e8fe97f892.tar.lz
MultiMC-360ec557b2e654b88b11fca4bfbad6e8fe97f892.tar.xz
MultiMC-360ec557b2e654b88b11fca4bfbad6e8fe97f892.zip
NOISSUE remove notification checker form application object
Diffstat (limited to 'MultiMC.cpp')
-rw-r--r--MultiMC.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/MultiMC.cpp b/MultiMC.cpp
index 5956501f..3644a6ad 100644
--- a/MultiMC.cpp
+++ b/MultiMC.cpp
@@ -27,7 +27,6 @@
#include "logic/java/JavaUtils.h"
#include "logic/updater/UpdateChecker.h"
-#include "logic/updater/NotificationChecker.h"
#include "logic/tools/JProfiler.h"
#include "logic/tools/JVisualVM.h"
@@ -194,9 +193,6 @@ MultiMC::MultiMC(int &argc, char **argv, bool test_mode) : QApplication(argc, ar
// initialize the updater
m_updateChecker.reset(new UpdateChecker());
- // initialize the notification checker
- m_notificationChecker.reset(new NotificationChecker());
-
m_translationChecker.reset(new TranslationDownloader());
// and instances