summaryrefslogtreecommitdiff
path: root/src/modinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modinfo.h')
-rw-r--r--src/modinfo.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/modinfo.h b/src/modinfo.h
index 00859209..350b3a0d 100644
--- a/src/modinfo.h
+++ b/src/modinfo.h
@@ -640,16 +640,6 @@ public:
virtual std::set<unsigned int> getModArchiveOverwritten() { return std::set<unsigned int>(); }
/**
- * @return retrieve list of mods (as mod index) with archives that are overwritten by this one. Updates may be delayed
- */
- virtual std::set<unsigned int> getModArchiveOverwrite() { return std::set<unsigned int>(); }
-
- /**
- * @return list of mods (as mod index) with archives that overwrite this one. Updates may be delayed
- */
- virtual std::set<unsigned int> getModArchiveOverwritten() { return std::set<unsigned int>(); }
-
- /**
* @return retrieve list of mods (as mod index) with archives that are overwritten by thos mod's loose files. Updates may be delayed
*/
virtual std::set<unsigned int> getModArchiveLooseOverwrite() { return std::set<unsigned int>(); }