From 62a9d13948e6e299d41eb6876c0f1fbaf0160d79 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Thu, 21 Jan 2021 19:31:05 +0100 Subject: Remove unused priority-related functions from Profile. --- src/profile.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/profile.h') diff --git a/src/profile.h b/src/profile.h index 903a8553..d354dd48 100644 --- a/src/profile.h +++ b/src/profile.h @@ -261,15 +261,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 * @@ -333,8 +324,6 @@ public: QList settingsByArray(const QString &prefix) const; void storeSettingsByArray(const QString &prefix, const QList &values); - int getPriorityMinimum() const; - bool forcedLibrariesEnabled(const QString &executable) const; void setForcedLibrariesEnabled(const QString &executable, bool enabled); QList determineForcedLibraries(const QString &executable) const; -- cgit v1.3.1