From 360ec557b2e654b88b11fca4bfbad6e8fe97f892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 29 Jan 2015 09:03:11 +0100 Subject: NOISSUE remove notification checker form application object --- MultiMC.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'MultiMC.cpp') 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 -- cgit v1.2.3