diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-04-27 16:01:40 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2023-04-28 11:35:20 +0200 |
commit | ff07714e8c955003bb3deec84ec6cce6fc3ef5e6 (patch) | |
tree | 38f65dfaec90ca9d5e73b90e8f1e727e97e151d2 /launcher/ui/dialogs/NewInstanceDialog.cpp | |
parent | f54fc167180cffa9277c1d93eb8cf887af5671e4 (diff) | |
download | PrismLauncher-ff07714e8c955003bb3deec84ec6cce6fc3ef5e6.tar.gz PrismLauncher-ff07714e8c955003bb3deec84ec6cce6fc3ef5e6.tar.bz2 PrismLauncher-ff07714e8c955003bb3deec84ec6cce6fc3ef5e6.zip |
chore: remove FTB modpack support
We have been contacted by Feed the Beast to drop support for the FTB
modpack browser from Prism Launcher.
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/ui/dialogs/NewInstanceDialog.cpp')
-rw-r--r-- | launcher/ui/dialogs/NewInstanceDialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/launcher/ui/dialogs/NewInstanceDialog.cpp b/launcher/ui/dialogs/NewInstanceDialog.cpp index df182f09..64ed7673 100644 --- a/launcher/ui/dialogs/NewInstanceDialog.cpp +++ b/launcher/ui/dialogs/NewInstanceDialog.cpp @@ -56,7 +56,6 @@ #include "ui/widgets/PageContainer.h" #include "ui/pages/modplatform/VanillaPage.h" #include "ui/pages/modplatform/atlauncher/AtlPage.h" -#include "ui/pages/modplatform/ftb/FtbPage.h" #include "ui/pages/modplatform/legacy_ftb/Page.h" #include "ui/pages/modplatform/flame/FlamePage.h" #include "ui/pages/modplatform/ImportPage.h" @@ -168,7 +167,6 @@ QList<BasePage *> NewInstanceDialog::getPages() pages.append(new AtlPage(this)); if (APPLICATION->capabilities() & Application::SupportsFlame) pages.append(new FlamePage(this)); - pages.append(new FtbPage(this)); pages.append(new LegacyFTB::Page(this)); pages.append(new ModrinthPage(this)); pages.append(new TechnicPage(this)); |