summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/fallout3info.h2
-rw-r--r--src/shared/gameinfo.cpp5
-rw-r--r--src/shared/gameinfo.h2
3 files changed, 0 insertions, 9 deletions
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<std::wstring> 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<std::wstring> 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<std::wstring> getSteamVariants() const;
-
virtual std::wstring getNexusPage(bool nmmScheme = true) = 0;
virtual std::wstring getNexusInfoUrl() = 0;
virtual int getNexusModID() = 0;