From dd875c05de81a3f96d8942fa57dcdaf593f71a06 Mon Sep 17 00:00:00 2001 From: Tannin Date: Mon, 17 Aug 2015 20:56:53 +0200 Subject: removed obsolete code --- src/shared/fallout3info.h | 2 -- src/shared/gameinfo.cpp | 5 ----- src/shared/gameinfo.h | 2 -- 3 files changed, 9 deletions(-) (limited to 'src/shared') diff --git a/src/shared/fallout3info.h b/src/shared/fallout3info.h index 6e6a7b85..0045581d 100644 --- a/src/shared/fallout3info.h +++ b/src/shared/fallout3info.h @@ -52,8 +52,6 @@ public: virtual std::wstring getReferenceDataFile(); - virtual std::vector getSteamVariants() const; - virtual std::wstring getNexusPage(bool nmmScheme = true); static std::wstring getNexusInfoUrlStatic(); virtual std::wstring getNexusInfoUrl() { return getNexusInfoUrlStatic(); } diff --git a/src/shared/gameinfo.cpp b/src/shared/gameinfo.cpp index 6d8957ad..1f25cec1 100644 --- a/src/shared/gameinfo.cpp +++ b/src/shared/gameinfo.cpp @@ -140,11 +140,6 @@ bool GameInfo::requiresSteam() const return FileExists(getGameDirectory() + L"\\steam_api.dll"); } -std::vector GameInfo::getSteamVariants() const -{ - return boost::assign::list_of(L"Regular"); -} - std::wstring GameInfo::getLocalAppFolder() const { wchar_t localAppFolder[MAX_PATH]; diff --git a/src/shared/gameinfo.h b/src/shared/gameinfo.h index 77ed4d3c..a32b6b82 100644 --- a/src/shared/gameinfo.h +++ b/src/shared/gameinfo.h @@ -85,8 +85,6 @@ public: virtual std::wstring getReferenceDataFile() = 0; - virtual std::vector getSteamVariants() const; - virtual std::wstring getNexusPage(bool nmmScheme = true) = 0; virtual std::wstring getNexusInfoUrl() = 0; virtual int getNexusModID() = 0; -- cgit v1.3.1