From 3059f130114a542f9a28ac7b665cc844ee90b03d Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Mon, 21 Feb 2022 22:11:10 +0100 Subject: refactor: drop migration for pre-component instances --- launcher/minecraft/PackProfile.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'launcher/minecraft/PackProfile.h') diff --git a/launcher/minecraft/PackProfile.h b/launcher/minecraft/PackProfile.h index f30deb5a..989d1c6a 100644 --- a/launcher/minecraft/PackProfile.h +++ b/launcher/minecraft/PackProfile.h @@ -143,8 +143,6 @@ private: bool installCustomJar_internal(QString filepath); bool removeComponent_internal(ComponentPtr patch); - bool migratePreComponentConfig(); - private: /* data */ std::unique_ptr d; -- cgit