diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-11-23 18:32:30 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-11-23 18:32:30 +0000 |
| commit | 3659284ab6bdbf0845cf846600a26db688584d6f (patch) | |
| tree | 8348dd4518742bd4ec68c7ab32adb0b8d8814176 /src/shared/gameinfo.h | |
| parent | 2a50683133953edd80606aedbdd93a7f10d4a7d8 (diff) | |
Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the plugingame interface
Also commented out startDownloadNexusFile as it doesn't appear to be used anywhere
Diffstat (limited to 'src/shared/gameinfo.h')
| -rw-r--r-- | src/shared/gameinfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shared/gameinfo.h b/src/shared/gameinfo.h index e1a70597..9ae42159 100644 --- a/src/shared/gameinfo.h +++ b/src/shared/gameinfo.h @@ -74,9 +74,6 @@ public: // get a list of file extensions for additional files belonging to a save game
virtual std::vector<std::wstring> getSavegameAttachmentExtensions() = 0;
- // get a set of esp/esm files that are part of known dlcs
- virtual std::vector<std::wstring> getDLCPlugins() = 0;
-
//**USED IN HOOKDLL
// file name of this games ini file(s)
virtual std::vector<std::wstring> getIniFileNames() = 0;
|
