diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-08-03 05:30:46 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-08-03 05:30:46 +0200 |
commit | 7d13e3119801862b9fdf64b11a45c41a64b4fc46 (patch) | |
tree | bf57acec88e4c4f09605603291d5483da2a13ab6 /api/logic/minecraft/legacy/LegacyModList.h | |
parent | 40c9af1a8b2f42f4c90c8d358eac43370c04a227 (diff) | |
download | PrismLauncher-7d13e3119801862b9fdf64b11a45c41a64b4fc46.tar.gz PrismLauncher-7d13e3119801862b9fdf64b11a45c41a64b4fc46.tar.bz2 PrismLauncher-7d13e3119801862b9fdf64b11a45c41a64b4fc46.zip |
NOISSUE refactor Mod a bunch, get rid of dead code
Diffstat (limited to 'api/logic/minecraft/legacy/LegacyModList.h')
-rw-r--r-- | api/logic/minecraft/legacy/LegacyModList.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/api/logic/minecraft/legacy/LegacyModList.h b/api/logic/minecraft/legacy/LegacyModList.h index 4e91958d..9a7bea50 100644 --- a/api/logic/minecraft/legacy/LegacyModList.h +++ b/api/logic/minecraft/legacy/LegacyModList.h @@ -19,17 +19,8 @@ #include <QString> #include <QDir> -#include "minecraft/Mod.h" - #include "multimc_logic_export.h" -class LegacyInstance; -class BaseInstance; - -/** - * A legacy mod list. - * Backed by a folder. - */ class MULTIMC_LOGIC_EXPORT LegacyModList { public: |