diff options
Diffstat (limited to 'api/logic/minecraft/legacy/LegacyInstance.cpp')
-rw-r--r-- | api/logic/minecraft/legacy/LegacyInstance.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/api/logic/minecraft/legacy/LegacyInstance.cpp b/api/logic/minecraft/legacy/LegacyInstance.cpp index 7ed2041c..f1132473 100644 --- a/api/logic/minecraft/legacy/LegacyInstance.cpp +++ b/api/logic/minecraft/legacy/LegacyInstance.cpp @@ -224,12 +224,6 @@ QStringList LegacyInstance::validLaunchMethods() return {"Legacy"}; } - -void LegacyInstance::cleanupAfterRun() -{ - // FIXME: delete the launcher and icons and whatnot. -} - std::shared_ptr<ModList> LegacyInstance::coreModList() const { if (!core_mod_list) |