diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-07-23 21:29:03 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-09-09 18:30:22 +0200 |
commit | b29382c748353856053f07b4756fa98f854244e1 (patch) | |
tree | f87f95bf99dd0a7251df2a8f8ada2244d402c244 /api/logic/minecraft/ModList.h | |
parent | 4c01983f470e25dfd4c997201370057bba64832e (diff) | |
download | PrismLauncher-b29382c748353856053f07b4756fa98f854244e1.tar.gz PrismLauncher-b29382c748353856053f07b4756fa98f854244e1.tar.bz2 PrismLauncher-b29382c748353856053f07b4756fa98f854244e1.zip |
NOISSUE Remove Legacy support
Diffstat (limited to 'api/logic/minecraft/ModList.h')
-rw-r--r-- | api/logic/minecraft/ModList.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/logic/minecraft/ModList.h b/api/logic/minecraft/ModList.h index 8cdd2d9a..f9b6b1c5 100644 --- a/api/logic/minecraft/ModList.h +++ b/api/logic/minecraft/ModList.h @@ -24,7 +24,6 @@ #include "multimc_logic_export.h" -class LegacyInstance; class BaseInstance; class QFileSystemWatcher; |