summaryrefslogtreecommitdiffstats
path: root/application/MultiMC.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-03-12 19:45:28 +0100
committerPetr Mrázek <peterix@gmail.com>2017-04-07 00:20:01 +0200
commit2980322c3b34b252ead838daee7a844853feccf6 (patch)
tree4eba831705c497075d30391423a167ebc1c136fc /application/MultiMC.h
parent8321187a20eec9871f327aa23f421e79dcfdd409 (diff)
downloadMultiMC-2980322c3b34b252ead838daee7a844853feccf6.tar
MultiMC-2980322c3b34b252ead838daee7a844853feccf6.tar.gz
MultiMC-2980322c3b34b252ead838daee7a844853feccf6.tar.lz
MultiMC-2980322c3b34b252ead838daee7a844853feccf6.tar.xz
MultiMC-2980322c3b34b252ead838daee7a844853feccf6.zip
NOISSUE Remove Minecraft version list and versions.
Diffstat (limited to 'application/MultiMC.h')
-rw-r--r--application/MultiMC.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/application/MultiMC.h b/application/MultiMC.h
index d8062bb5..8dc2e609 100644
--- a/application/MultiMC.h
+++ b/application/MultiMC.h
@@ -18,7 +18,6 @@ class SetupWizard;
class FolderInstanceProvider;
class GenericPageProvider;
class QFile;
-class MinecraftVersionList;
class LWJGLVersionList;
class HttpMetaCache;
class SettingsObject;
@@ -96,7 +95,6 @@ public:
}
std::shared_ptr<TranslationsModel> translations();
- std::shared_ptr<MinecraftVersionList> minecraftlist();
std::shared_ptr<LWJGLVersionList> lwjgllist();
std::shared_ptr<ForgeVersionList> forgelist();
std::shared_ptr<LiteLoaderVersionList> liteloaderlist();
@@ -204,7 +202,6 @@ private:
std::shared_ptr<LWJGLVersionList> m_lwjgllist;
std::shared_ptr<ForgeVersionList> m_forgelist;
std::shared_ptr<LiteLoaderVersionList> m_liteloaderlist;
- std::shared_ptr<MinecraftVersionList> m_minecraftlist;
std::shared_ptr<JavaInstallList> m_javalist;
std::shared_ptr<TranslationsModel> m_translations;
std::shared_ptr<GenericPageProvider> m_globalSettingsProvider;