summaryrefslogtreecommitdiffstats
path: root/application/MultiMC.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-03-12 23:19:45 +0100
committerPetr Mrázek <peterix@gmail.com>2017-04-07 00:20:01 +0200
commit40cf38bc3225c614e7e81d074f890e6f9da0507b (patch)
tree96029b827616bf122c68c50e51c0af286da9aad1 /application/MultiMC.h
parentf6eb8fa1e43a412edb49401107de30d497f0f593 (diff)
downloadMultiMC-40cf38bc3225c614e7e81d074f890e6f9da0507b.tar
MultiMC-40cf38bc3225c614e7e81d074f890e6f9da0507b.tar.gz
MultiMC-40cf38bc3225c614e7e81d074f890e6f9da0507b.tar.lz
MultiMC-40cf38bc3225c614e7e81d074f890e6f9da0507b.tar.xz
MultiMC-40cf38bc3225c614e7e81d074f890e6f9da0507b.zip
NOISSUE remove liteloader and forge
Diffstat (limited to 'application/MultiMC.h')
-rw-r--r--application/MultiMC.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/application/MultiMC.h b/application/MultiMC.h
index 8dc2e609..a9cbdec7 100644
--- a/application/MultiMC.h
+++ b/application/MultiMC.h
@@ -25,8 +25,6 @@ class InstanceList;
class MojangAccountList;
class IconList;
class QNetworkAccessManager;
-class ForgeVersionList;
-class LiteLoaderVersionList;
class JavaInstallList;
class UpdateChecker;
class BaseProfilerFactory;
@@ -96,8 +94,6 @@ public:
std::shared_ptr<TranslationsModel> translations();
std::shared_ptr<LWJGLVersionList> lwjgllist();
- std::shared_ptr<ForgeVersionList> forgelist();
- std::shared_ptr<LiteLoaderVersionList> liteloaderlist();
std::shared_ptr<JavaInstallList> javalist();
std::shared_ptr<InstanceList> instances() const
@@ -200,8 +196,6 @@ private:
std::shared_ptr<UpdateChecker> m_updateChecker;
std::shared_ptr<MojangAccountList> m_accounts;
std::shared_ptr<LWJGLVersionList> m_lwjgllist;
- std::shared_ptr<ForgeVersionList> m_forgelist;
- std::shared_ptr<LiteLoaderVersionList> m_liteloaderlist;
std::shared_ptr<JavaInstallList> m_javalist;
std::shared_ptr<TranslationsModel> m_translations;
std::shared_ptr<GenericPageProvider> m_globalSettingsProvider;