summaryrefslogtreecommitdiff
path: root/src/shared/fallout3info.h
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-12-05 19:13:05 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-12-05 19:13:05 +0000
commit235d893eb845c3c8c0edb9dcdb703ce3ec31bdb5 (patch)
tree14f0902f6ba9626447f57795604a6f7e5f479f1a /src/shared/fallout3info.h
parentc2ed844eeb2d213a72c405eb47e077da00f084fe (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.h')
-rw-r--r--src/shared/fallout3info.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/fallout3info.h b/src/shared/fallout3info.h
index 21356924..5cf98e3b 100644
--- a/src/shared/fallout3info.h
+++ b/src/shared/fallout3info.h
@@ -37,8 +37,6 @@ public:
static std::wstring getRegPathStatic();
virtual std::wstring getRegPath() const { return getRegPathStatic(); }
- virtual std::vector<std::wstring> getSavegameAttachmentExtensions() const;
-
// file name of this games ini (no path)
virtual std::vector<std::wstring> getIniFileNames() const;