summaryrefslogtreecommitdiff
path: root/src/shared/fallout3info.h
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-11-28 14:53:32 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-11-28 14:53:32 +0000
commit9e2bcffc32157b99a2d7364b869a4423ba827a32 (patch)
tree0983cb8b1b915c016d39b9e2632562fcc813b40b /src/shared/fallout3info.h
parentca54ee2e9a8f1d49d81d5c3b66a860b9b16992d6 (diff)
Reworked startup considerably so now no longer dependant on GameInfo
Did some const correctness to the "managed_game" property as you shouldn't really be altering the plugin details whilst MO is running
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 ed525588..69eb9c45 100644
--- a/src/shared/fallout3info.h
+++ b/src/shared/fallout3info.h
@@ -40,8 +40,6 @@ public:
virtual GameInfo::Type getType() { return TYPE_FALLOUT3; }
- virtual std::wstring getGameName() const { return L"Fallout 3"; }
-
virtual std::vector<std::wstring> getSavegameAttachmentExtensions();
// file name of this games ini (no path)