diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-11-22 08:46:46 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-11-22 08:46:46 +0000 |
| commit | 159501d0763c3e801d3997d8d4d72accd5f7a9f9 (patch) | |
| tree | 3d3ca39fbda312c61d2078e01682d5d5dd9e8476 /src/gameinfoimpl.cpp | |
| parent | 4dbb3b148d874238b0f8dab323f198cc8d4e40c6 (diff) | |
Removes igameinfo.h from everywhere apart from (sort of) the pythonrunner plugin.
Also comment out the filemapping function because it's large and doesn't appear to be used anywhere
Diffstat (limited to 'src/gameinfoimpl.cpp')
| -rw-r--r-- | src/gameinfoimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gameinfoimpl.cpp b/src/gameinfoimpl.cpp index 133c6de6..580ee02c 100644 --- a/src/gameinfoimpl.cpp +++ b/src/gameinfoimpl.cpp @@ -31,6 +31,7 @@ GameInfoImpl::GameInfoImpl() {
}
+/*
IGameInfo::Type GameInfoImpl::type() const
{
switch (GameInfo::instance().getType()) {
@@ -42,7 +43,6 @@ IGameInfo::Type GameInfoImpl::type() const }
}
-/*
QString GameInfoImpl::path() const
{
return QDir::fromNativeSeparators(ToQString(GameInfo::instance().getGameDirectory()));
|
