diff options
| author | Tannin <devnull@localhost> | 2015-01-04 10:13:12 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-01-04 10:13:12 +0100 |
| commit | bd8267993d1ed0292200f3052e3c30d4fc9c84f7 (patch) | |
| tree | 6314f0ba928e81349417a8de495746b1b18cee11 /src/modinfo.h | |
| parent | f5c56efeb3f362378459fdc1ddbf1fc71a2351f8 (diff) | |
- fixes after merge
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index d532202b..048196f7 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -419,11 +419,6 @@ public: virtual std::vector<EContent> getContents() const { return std::vector<EContent>(); }
/**
- * @return a list of content types contained in a mod
- */
- virtual std::vector<EContent> getContents() const { return std::vector<EContent>(); }
-
- /**
* @brief test if the specified flag is set for this mod
* @param flag the flag to test
* @return true if the flag is set, false otherwise
@@ -1077,10 +1072,6 @@ public: public:
- static const char INT_IDENTIFIER[];
-
-public:
-
virtual bool updateAvailable() const { return false; }
virtual bool updateIgnored() const { return false; }
virtual bool downgradeAvailable() const { return false; }
|
