From 58b6e0eb48b4d4b201613f1062796a9af68fe454 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Wed, 20 Jan 2021 18:16:20 +0100 Subject: Increase robustness of mods priority in profile. --- src/modinforegular.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/modinforegular.h') diff --git a/src/modinforegular.h b/src/modinforegular.h index 08660993..24f5cf9c 100644 --- a/src/modinforegular.h +++ b/src/modinforegular.h @@ -250,12 +250,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::min(); } - /** * @return true if the mod can be updated */ -- cgit v1.3.1