summaryrefslogtreecommitdiff
path: root/src/shared/oblivioninfo.h
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-11-23 18:32:30 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-11-23 18:32:30 +0000
commit3659284ab6bdbf0845cf846600a26db688584d6f (patch)
tree8348dd4518742bd4ec68c7ab32adb0b8d8814176 /src/shared/oblivioninfo.h
parent2a50683133953edd80606aedbdd93a7f10d4a7d8 (diff)
Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the plugingame interface
Also commented out startDownloadNexusFile as it doesn't appear to be used anywhere
Diffstat (limited to 'src/shared/oblivioninfo.h')
-rw-r--r--src/shared/oblivioninfo.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/shared/oblivioninfo.h b/src/shared/oblivioninfo.h
index fcdac6bd..2a550e0e 100644
--- a/src/shared/oblivioninfo.h
+++ b/src/shared/oblivioninfo.h
@@ -40,41 +40,6 @@ public:
virtual std::wstring getGameName() const { return L"Oblivion"; }
virtual std::wstring getGameShortName() const { return L"Oblivion"; }
-/*
- virtual std::wstring getInvalidationBSA()
- {
- return L"Oblivion - Invalidation.bsa";
- }
-
- virtual bool isInvalidationBSA(const std::wstring &bsaName)
- {
- static LPCWSTR invalidation[] = { L"Oblivion - Invalidation.bsa", L"ArchiveInvalidationInvalidated!.bsa",
- L"BSARedirection.bsa", nullptr };
-
- for (int i = 0; invalidation[i] != nullptr; ++i) {
- if (wcscmp(bsaName.c_str(), invalidation[i]) == 0) {
- return true;
- }
- }
- return false;
- }
-
- virtual std::vector<std::wstring> getVanillaBSAs()
- {
- return boost::assign::list_of(L"Oblivion - Meshes.bsa")
- (L"Oblivion - Textures - Compressed.bsa")
- (L"Oblivion - Sounds.bsa")
- (L"Oblivion - Voices1.bsa")
- (L"Oblivion - Voices2.bsa")
- (L"Oblivion - Misc.bsa");
- }
-
- virtual std::vector<std::wstring> getPrimaryPlugins()
- {
- return boost::assign::list_of(L"oblivion.esm");
- }*/
-
- virtual std::vector<std::wstring> getDLCPlugins();
virtual std::vector<std::wstring> getSavegameAttachmentExtensions();
// file name of this games ini (no path)