summaryrefslogtreecommitdiff
path: root/src/shared/gameinfo.h
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/gameinfo.h
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/gameinfo.h')
-rw-r--r--src/shared/gameinfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/gameinfo.h b/src/shared/gameinfo.h
index 49b3133b..45069165 100644
--- a/src/shared/gameinfo.h
+++ b/src/shared/gameinfo.h
@@ -79,9 +79,7 @@ public:
virtual std::wstring getReferenceDataFile() = 0;
virtual std::wstring getNexusPage(bool nmmScheme = true) = 0;
- virtual std::wstring getNexusInfoUrl() = 0;
virtual int getNexusGameID() = 0;
- //**Still used: SkyrimInfo::getNexusModIDStatic
//**USED ONLY IN HOOKDLL
virtual bool rerouteToProfile(const wchar_t *fileName, const wchar_t *fullPath) = 0;