diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-07-21 13:01:01 +0100 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-07-21 13:01:01 +0100 |
commit | 1a7c5693cc9d21cf974ad56e55a3ca07a22c8477 (patch) | |
tree | acd6d3b5f6d6fddb863bd232dd6d6fd1553a458f /launcher/Application.h | |
parent | f8b935ab37ccc2dfd70412ef11029b79c88b14f0 (diff) | |
download | PrismLauncher-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.h')
-rw-r--r-- | launcher/Application.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index 203fd16e..1c221cec 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -122,10 +122,6 @@ public: ThemeManager* themeManager() { return m_themeManager.get(); } - QList<CatPack*> getValidCatPacks(); - - QString getCatPack(QString catName = ""); - shared_qobject_ptr<ExternalUpdater> updater() { return m_updater; } void triggerUpdateCheck(); |