summaryrefslogtreecommitdiff
path: root/src/shared/falloutnvinfo.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/falloutnvinfo.h
parent3659284ab6bdbf0845cf846600a26db688584d6f (diff)
Removes all uses of GameInfo::getShortName, replaced by IPluginGame::getNexustName
Diffstat (limited to 'src/shared/falloutnvinfo.h')
-rw-r--r--src/shared/falloutnvinfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/falloutnvinfo.h b/src/shared/falloutnvinfo.h
index 2179bf2f..75febd4c 100644
--- a/src/shared/falloutnvinfo.h
+++ b/src/shared/falloutnvinfo.h
@@ -41,7 +41,6 @@ public:
virtual GameInfo::Type getType() { return TYPE_FALLOUTNV; }
virtual std::wstring getGameName() const { return L"New Vegas"; }
- virtual std::wstring getGameShortName() const { return L"FalloutNV"; }
virtual std::vector<std::wstring> getSavegameAttachmentExtensions();