aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/Application.h')
-rw-r--r--launcher/Application.h4
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();