summaryrefslogtreecommitdiff
path: root/src/modinforegular.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modinforegular.h')
-rw-r--r--src/modinforegular.h6
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;