aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.cpp
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-07-21 13:01:01 +0100
committerTheKodeToad <TheKodeToad@proton.me>2023-07-21 13:01:01 +0100
commit1a7c5693cc9d21cf974ad56e55a3ca07a22c8477 (patch)
treeacd6d3b5f6d6fddb863bd232dd6d6fd1553a458f /launcher/Application.cpp
parentf8b935ab37ccc2dfd70412ef11029b79c88b14f0 (diff)
downloadPrismLauncher-1a7c5693cc9d21cf974ad56e55a3ca07a22c8477.tar.gz
PrismLauncher-1a7c5693cc9d21cf974ad56e55a3ca07a22c8477.tar.bz2
PrismLauncher-1a7c5693cc9d21cf974ad56e55a3ca07a22c8477.zip
Remove redundant methods
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r--launcher/Application.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index e6a8562c..acac2da2 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -1175,16 +1175,6 @@ QIcon Application::getThemedIcon(const QString& name)
return QIcon::fromTheme(name);
}
-QList<CatPack*> Application::getValidCatPacks()
-{
- return m_themeManager->getValidCatPacks();
-}
-
-QString Application::getCatPack(QString catName)
-{
- return m_themeManager->getCatPack(catName);
-}
-
bool Application::openJsonEditor(const QString& filename)
{
const QString file = QDir::current().absoluteFilePath(filename);