summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/legacy/LegacyInstance.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2019-08-03 03:12:48 +0200
committerPetr Mrázek <peterix@gmail.com>2019-08-03 03:12:48 +0200
commit40c9af1a8b2f42f4c90c8d358eac43370c04a227 (patch)
tree4f1b2b81a9bff4645e22cbb63c9c585d060aac2c /api/logic/minecraft/legacy/LegacyInstance.h
parentf5f3149dcf618172539e740e12f539e96aea43ba (diff)
downloadMultiMC-40c9af1a8b2f42f4c90c8d358eac43370c04a227.tar
MultiMC-40c9af1a8b2f42f4c90c8d358eac43370c04a227.tar.gz
MultiMC-40c9af1a8b2f42f4c90c8d358eac43370c04a227.tar.lz
MultiMC-40c9af1a8b2f42f4c90c8d358eac43370c04a227.tar.xz
MultiMC-40c9af1a8b2f42f4c90c8d358eac43370c04a227.zip
NOISSUE remove dependency of legacy mod list on the Mod class
Diffstat (limited to 'api/logic/minecraft/legacy/LegacyInstance.h')
-rw-r--r--api/logic/minecraft/legacy/LegacyInstance.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/logic/minecraft/legacy/LegacyInstance.h b/api/logic/minecraft/legacy/LegacyInstance.h
index 8bbc2d88..46fca3e4 100644
--- a/api/logic/minecraft/legacy/LegacyInstance.h
+++ b/api/logic/minecraft/legacy/LegacyInstance.h
@@ -78,7 +78,6 @@ public:
QString customBaseJar() const;
std::shared_ptr<LegacyModList> jarModList() const;
- QList<Mod> getJarMods() const;
std::shared_ptr<WorldList> worldList() const;
/*!