diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-20 18:16:20 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-20 18:16:20 +0100 |
| commit | 58b6e0eb48b4d4b201613f1062796a9af68fe454 (patch) | |
| tree | c4f4124a146133963be257d871a08245fa2444d7 /src/modinforegular.h | |
| parent | 20a87c9cb966e418da055424670b9e661097441d (diff) | |
Increase robustness of mods priority in profile.
Diffstat (limited to 'src/modinforegular.h')
| -rw-r--r-- | src/modinforegular.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modinforegular.h b/src/modinforegular.h index 08660993..24f5cf9c 100644 --- a/src/modinforegular.h +++ b/src/modinforegular.h @@ -251,12 +251,6 @@ public: int nexusId() const override { return m_NexusID; } /** - * @return the fixed priority of mods of this type or INT_MIN if the priority of mods - * needs to be user-modifiable - */ - virtual int getFixedPriority() const override { return std::numeric_limits<int>::min(); } - - /** * @return true if the mod can be updated */ virtual bool canBeUpdated() const override; |
