aboutsummaryrefslogtreecommitdiff
path: root/src/browser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/browser.cpp')
-rw-r--r--src/browser.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/browser.cpp b/src/browser.cpp
index 3b47048..02d5bc9 100644
--- a/src/browser.cpp
+++ b/src/browser.cpp
@@ -89,15 +89,6 @@ void Browser::about()
dlg->exec();
}
-const QList<QPair<QString, Profile *>> Browser::profileList() const
-{
- QList<QPair<QString, Profile *>> profiles;
- for(const QString &id : m_profileManager->idList()) {
- profiles.append(qMakePair(id, m_profileManager->profile(id)));
- }
- return profiles;
-}
-
void Browser::loadProfiles(const QStringList &profilePaths)
{
Configuration conf;