diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-12-05 19:13:05 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-12-05 19:13:05 +0000 |
| commit | 235d893eb845c3c8c0edb9dcdb703ce3ec31bdb5 (patch) | |
| tree | 14f0902f6ba9626447f57795604a6f7e5f479f1a /src/shared/fallout3info.cpp | |
| parent | c2ed844eeb2d213a72c405eb47e077da00f084fe (diff) | |
Gets rid of last vestiges of GameInfo apart from startup and hookdll
Working on sorting out savegame stuff
Diffstat (limited to 'src/shared/fallout3info.cpp')
| -rw-r--r-- | src/shared/fallout3info.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/shared/fallout3info.cpp b/src/shared/fallout3info.cpp index 008a046c..797d68ec 100644 --- a/src/shared/fallout3info.cpp +++ b/src/shared/fallout3info.cpp @@ -63,11 +63,6 @@ std::wstring Fallout3Info::getRegPathStatic() }
-std::vector<std::wstring> Fallout3Info::getSavegameAttachmentExtensions() const
-{
- return std::vector<std::wstring>();
-}
-
std::vector<std::wstring> Fallout3Info::getIniFileNames() const
{
return boost::assign::list_of(L"fallout.ini")(L"falloutprefs.ini");
|
