aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs/NewInstanceDialog.cpp
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-04-29 08:04:53 +0200
committerGitHub <noreply@github.com>2023-04-29 08:04:53 +0200
commitae75585b52078ca6d89b4014668c08d9aea4a17b (patch)
tree38f65dfaec90ca9d5e73b90e8f1e727e97e151d2 /launcher/ui/dialogs/NewInstanceDialog.cpp
parentf54fc167180cffa9277c1d93eb8cf887af5671e4 (diff)
parentff07714e8c955003bb3deec84ec6cce6fc3ef5e6 (diff)
downloadPrismLauncher-ae75585b52078ca6d89b4014668c08d9aea4a17b.tar.gz
PrismLauncher-ae75585b52078ca6d89b4014668c08d9aea4a17b.tar.bz2
PrismLauncher-ae75585b52078ca6d89b4014668c08d9aea4a17b.zip
Merge pull request #1040 from Scrumplex/remove-modpacksch
Remove FTB modpack support
Diffstat (limited to 'launcher/ui/dialogs/NewInstanceDialog.cpp')
-rw-r--r--launcher/ui/dialogs/NewInstanceDialog.cpp2
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));