From bd8267993d1ed0292200f3052e3c30d4fc9c84f7 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 4 Jan 2015 10:13:12 +0100 Subject: - fixes after merge --- src/modinfo.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/modinfo.h') diff --git a/src/modinfo.h b/src/modinfo.h index d532202b..048196f7 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -418,11 +418,6 @@ public: */ virtual std::vector getContents() const { return std::vector(); } - /** - * @return a list of content types contained in a mod - */ - virtual std::vector getContents() const { return std::vector(); } - /** * @brief test if the specified flag is set for this mod * @param flag the flag to test @@ -1075,10 +1070,6 @@ public: static const char INT_IDENTIFIER[]; -public: - - static const char INT_IDENTIFIER[]; - public: virtual bool updateAvailable() const { return false; } -- cgit v1.3.1