diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-13 13:00:54 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-13 13:00:54 +0100 |
| commit | c93cf33c8324052b321fc0428c394016abcee115 (patch) | |
| tree | 52280bbb9f687c3aebff2becf038eca49d6f846f /src/organizercore.h | |
| parent | 163b33f22817fda6ead29de8f9d9624434766be9 (diff) | |
Remove OrganizerCore::modsSortedByProfilePriority.
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index e8b42609..7ec4dda8 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -300,15 +300,6 @@ public: static void setGlobalCoreDumpType(env::CoreDumpTypes type);
static std::wstring getGlobalCoreDumpPath();
- /**
- * @brief Returns the name of all the mods in the priority order of the given profile.
- *
- * @param profile Profile to use for the mod order.
- *
- * @return the name of all the mods in the priority order of the given profile.
- */
- QStringList modsSortedByProfilePriority(Profile* profile) const;
-
public:
MOBase::IModRepositoryBridge *createNexusBridge() const;
QString profileName() const;
|
