summaryrefslogtreecommitdiff
path: root/src/modinfo.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-20 21:01:49 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-20 21:01:49 +0100
commit0e7fed0e32cf7cd6ff342493621287e0040e51ad (patch)
tree891ddb263815453233577517522230df1f1ab23f /src/modinfo.h
parent946d7fc192d47b542e048d9ec72e65ad982eb09c (diff)
Move backup and overwrite priority to ModList.
Diffstat (limited to 'src/modinfo.h')
-rw-r--r--src/modinfo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modinfo.h b/src/modinfo.h
index 621a0443..0fbcd1c0 100644
--- a/src/modinfo.h
+++ b/src/modinfo.h
@@ -103,12 +103,6 @@ public: // Type definitions:
MOD_CC
};
- // the priority of backups and overwrite from a mod list point of
- // view, these do not correspond to the actual priority in the profile
- //
- static constexpr int BACKUP_PRIORITY = -1;
- static constexpr int OVERWRITE_PRIORITY = std::numeric_limits<int>::max();
-
public: // Static functions: