summaryrefslogtreecommitdiffstats
path: root/MultiMC.cpp
diff options
context:
space:
mode:
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