summaryrefslogtreecommitdiff
path: root/src/profile.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-21 19:31:05 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-21 19:31:05 +0100
commit62a9d13948e6e299d41eb6876c0f1fbaf0160d79 (patch)
treef13f2acd65fe10536e1d4eb069428032d8da6b1c /src/profile.h
parent36489c7d8fd6f1b79f29edc5d1f6c2d8b231adf9 (diff)
Remove unused priority-related functions from Profile.
Diffstat (limited to 'src/profile.h')
-rw-r--r--src/profile.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/profile.h b/src/profile.h
index 903a8553..d354dd48 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -262,15 +262,6 @@ public:
size_t numMods() const { return m_ModStatus.size(); }
/**
- * @brief retrieve the mod index based on the priority
- *
- * @param priority priority to look up
- * @return the index of the mod
- * @throw std::exception an exception is thrown if there is no mod with the specified priority
- **/
- unsigned int modIndexByPriority(int priority) const;
-
- /**
* @brief enable or disable a mod
*
* @param index index of the mod to enable/disable
@@ -333,8 +324,6 @@ public:
QList<QVariantMap> settingsByArray(const QString &prefix) const;
void storeSettingsByArray(const QString &prefix, const QList<QVariantMap> &values);
- int getPriorityMinimum() const;
-
bool forcedLibrariesEnabled(const QString &executable) const;
void setForcedLibrariesEnabled(const QString &executable, bool enabled);
QList<MOBase::ExecutableForcedLoadSetting> determineForcedLibraries(const QString &executable) const;