diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-01-29 09:03:11 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-04-02 00:14:06 +0200 |
commit | 360ec557b2e654b88b11fca4bfbad6e8fe97f892 (patch) | |
tree | 05a13c157cb73571bcfc8e7e2be65f9be5c62eda /MultiMC.cpp | |
parent | 7334b8e5204f76f83409a8e2d48b31b50f86e413 (diff) | |
download | MultiMC-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.cpp | 4 |
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 |