summaryrefslogtreecommitdiff
path: root/src/shared/fallout3info.cpp
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-11-25 19:31:05 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-11-25 19:31:05 +0000
commit38c5899fef2f21561a00bd5b1df3eff8577ec986 (patch)
treefddb56b11b86e450ea0a07de554ccde8dc7417e9 /src/shared/fallout3info.cpp
parentb9b12ca765d1703ac2e3852746e7acc3a20949a9 (diff)
Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrl
also added getNexusDisplayUrl for the other variant of getNexusPage Removed skyrim static versions note that Nexusinterface is now passed a game plugin rather than a URL and a game ID if you want to override the current game
Diffstat (limited to 'src/shared/fallout3info.cpp')
-rw-r--r--src/shared/fallout3info.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/shared/fallout3info.cpp b/src/shared/fallout3info.cpp
index 67dc85e0..cb2a3adf 100644
--- a/src/shared/fallout3info.cpp
+++ b/src/shared/fallout3info.cpp
@@ -87,11 +87,6 @@ std::wstring Fallout3Info::getNexusPage(bool nmmScheme)
}
}
-std::wstring Fallout3Info::getNexusInfoUrlStatic()
-{
- return L"http://nmm.nexusmods.com/fallout3";
-}
-
bool Fallout3Info::rerouteToProfile(const wchar_t *fileName, const wchar_t*)
{
static LPCWSTR profileFiles[] = { L"fallout.ini", L"falloutprefs.ini", L"plugins.txt", nullptr };