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.h | |
| 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.h')
| -rw-r--r-- | src/gameinfoimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gameinfoimpl.h b/src/gameinfoimpl.h index b764b224..f3a21669 100644 --- a/src/gameinfoimpl.h +++ b/src/gameinfoimpl.h @@ -30,7 +30,7 @@ class GameInfoImpl : public MOBase::IGameInfo public:
GameInfoImpl();
- virtual Type type() const;
+// virtual Type type() const;
// virtual QString path() const;
// virtual QString binaryName() const;
|
