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.cpp | |
| 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.cpp')
| -rw-r--r-- | src/shared/fallout3info.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/shared/fallout3info.cpp b/src/shared/fallout3info.cpp index 9c6ad5b9..95d1d299 100644 --- a/src/shared/fallout3info.cpp +++ b/src/shared/fallout3info.cpp @@ -63,16 +63,6 @@ std::wstring Fallout3Info::getRegPathStatic() }
-std::vector<std::wstring> Fallout3Info::getDLCPlugins()
-{
- return boost::assign::list_of (L"ThePitt.esm")
- (L"Anchorage.esm")
- (L"BrokenSteel.esm")
- (L"PointLookout.esm")
- (L"Zeta.esm")
- ;
-}
-
std::vector<std::wstring> Fallout3Info::getSavegameAttachmentExtensions()
{
return std::vector<std::wstring>();
|
