diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-02-21 22:11:10 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-02-21 22:11:10 +0100 |
commit | 3059f130114a542f9a28ac7b665cc844ee90b03d (patch) | |
tree | dc7a9b83ef090dee5489102c645b9ba36dd6eacc /launcher/minecraft/PackProfile.h | |
parent | 613b351f1342ac80f5699dbdb53b9ff5c1f1056f (diff) | |
download | PrismLauncher-3059f130114a542f9a28ac7b665cc844ee90b03d.tar.gz PrismLauncher-3059f130114a542f9a28ac7b665cc844ee90b03d.tar.bz2 PrismLauncher-3059f130114a542f9a28ac7b665cc844ee90b03d.zip |
refactor: drop migration for pre-component instances
Diffstat (limited to 'launcher/minecraft/PackProfile.h')
-rw-r--r-- | launcher/minecraft/PackProfile.h | 2 |
1 files changed, 0 insertions, 2 deletions
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<PackProfileData> d; |