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/fallout3info.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/fallout3info.h')
| -rw-r--r-- | src/shared/fallout3info.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/fallout3info.h b/src/shared/fallout3info.h index 90bb6ec0..ae6a27c7 100644 --- a/src/shared/fallout3info.h +++ b/src/shared/fallout3info.h @@ -43,7 +43,6 @@ public: virtual std::wstring getGameName() const { return L"Fallout 3"; }
virtual std::wstring getGameShortName() const { return L"Fallout3"; }
- virtual std::vector<std::wstring> getDLCPlugins();
virtual std::vector<std::wstring> getSavegameAttachmentExtensions();
// file name of this games ini (no path)
|
