summaryrefslogtreecommitdiff
path: root/src/shared/fallout3info.h
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-11-24 06:58:29 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-11-24 06:58:29 +0000
commit37c3bea7dd5a562a97c00b740103cc2868b3013b (patch)
treec4fce29e8aaba21307456dd30b9cbf81580e6c3e /src/shared/fallout3info.h
parent3659284ab6bdbf0845cf846600a26db688584d6f (diff)
Removes all uses of GameInfo::getShortName, replaced by IPluginGame::getNexustName
Diffstat (limited to 'src/shared/fallout3info.h')
-rw-r--r--src/shared/fallout3info.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/fallout3info.h b/src/shared/fallout3info.h
index ae6a27c7..ed130e53 100644
--- a/src/shared/fallout3info.h
+++ b/src/shared/fallout3info.h
@@ -41,7 +41,6 @@ public:
virtual GameInfo::Type getType() { return TYPE_FALLOUT3; }
virtual std::wstring getGameName() const { return L"Fallout 3"; }
- virtual std::wstring getGameShortName() const { return L"Fallout3"; }
virtual std::vector<std::wstring> getSavegameAttachmentExtensions();