summaryrefslogtreecommitdiff
path: root/src/shared/fallout3info.h
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-11-20 18:07:06 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-11-20 18:07:06 +0000
commit49de6e8d2555234c5da132c5fc35287083fe7ef7 (patch)
tree8214d4f1447c76e08a390e02944d5f6744725015 /src/shared/fallout3info.h
parent9ac845779abeafa7031f49dbc6bf0143765b3cd9 (diff)
Get rid of `GameIfo::getOrganizerDirectory` and associated member variable
qApp->getProperty("dataPath") can be used instead (and is pretty much everywhere else) so it's unnecessary
Diffstat (limited to 'src/shared/fallout3info.h')
-rw-r--r--src/shared/fallout3info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/fallout3info.h b/src/shared/fallout3info.h
index 0045581d..d019ee07 100644
--- a/src/shared/fallout3info.h
+++ b/src/shared/fallout3info.h
@@ -69,7 +69,7 @@ public:
private:
- Fallout3Info(const std::wstring &moDirectory, const std::wstring &moDataDirectory, const std::wstring &gameDirectory);
+ Fallout3Info(const std::wstring &moDataDirectory, const std::wstring &gameDirectory);
static bool identifyGame(const std::wstring &searchPath);