diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-12-18 02:48:14 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-12-27 20:50:33 +0100 |
commit | a30a9559c749446165ec84e737fe85b44a462584 (patch) | |
tree | 9e6bfadfc4e10f01ab2580c33e2c682d57b4ce99 /MultiMC.h | |
parent | 01f44e0f39a808d3d5285c394d83a8fc80421890 (diff) | |
download | MultiMC-a30a9559c749446165ec84e737fe85b44a462584.tar MultiMC-a30a9559c749446165ec84e737fe85b44a462584.tar.gz MultiMC-a30a9559c749446165ec84e737fe85b44a462584.tar.lz MultiMC-a30a9559c749446165ec84e737fe85b44a462584.tar.xz MultiMC-a30a9559c749446165ec84e737fe85b44a462584.zip |
NOISSUE Fix jar mods for OnesSix
Diffstat (limited to 'MultiMC.h')
-rw-r--r-- | MultiMC.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -23,7 +23,6 @@ class NewsChecker; class StatusChecker; class BaseProfilerFactory; class BaseDetachedToolFactory; -class URNResolver; class TranslationDownloader; #if defined(MMC) @@ -118,8 +117,6 @@ public: std::shared_ptr<JavaVersionList> javalist(); - std::shared_ptr<URNResolver> resolver(); - QMap<QString, std::shared_ptr<BaseProfilerFactory>> profilers() { return m_profilers; @@ -206,7 +203,6 @@ private: std::shared_ptr<LiteLoaderVersionList> m_liteloaderlist; std::shared_ptr<MinecraftVersionList> m_minecraftlist; std::shared_ptr<JavaVersionList> m_javalist; - std::shared_ptr<URNResolver> m_resolver; std::shared_ptr<TranslationDownloader> m_translationChecker; QMap<QString, std::shared_ptr<BaseProfilerFactory>> m_profilers; |