From 40c9af1a8b2f42f4c90c8d358eac43370c04a227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 3 Aug 2019 03:12:48 +0200 Subject: NOISSUE remove dependency of legacy mod list on the Mod class --- api/logic/minecraft/legacy/LegacyInstance.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'api/logic/minecraft/legacy/LegacyInstance.cpp') diff --git a/api/logic/minecraft/legacy/LegacyInstance.cpp b/api/logic/minecraft/legacy/LegacyInstance.cpp index ea81f9fb..f00eb23f 100644 --- a/api/logic/minecraft/legacy/LegacyInstance.cpp +++ b/api/logic/minecraft/legacy/LegacyInstance.cpp @@ -107,11 +107,6 @@ std::shared_ptr LegacyInstance::jarModList() const return jar_mod_list; } -QList LegacyInstance::getJarMods() const -{ - return jarModList()->allMods(); -} - QString LegacyInstance::gameRoot() const { QFileInfo mcDir(FS::PathCombine(instanceRoot(), "minecraft")); -- cgit v1.2.3