aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.h
diff options
context:
space:
mode:
authorMax Horn2003-10-17 16:04:46 +0000
committerMax Horn2003-10-17 16:04:46 +0000
commitae6e6a4885e7364d9f96251ca55769dcc84fb237 (patch)
tree9c0845000a7453358b5a5a6a8485e07c16f0acd7 /base/gameDetector.h
parentdf7cda84d33a01555298e258c3502d1390c2d6ab (diff)
downloadscummvm-rg350-ae6e6a4885e7364d9f96251ca55769dcc84fb237.tar.gz
scummvm-rg350-ae6e6a4885e7364d9f96251ca55769dcc84fb237.tar.bz2
scummvm-rg350-ae6e6a4885e7364d9f96251ca55769dcc84fb237.zip
added a listTargets() function (not yet used, soon) and some cleanup
svn-id: r10865
Diffstat (limited to 'base/gameDetector.h')
-rw-r--r--base/gameDetector.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/gameDetector.h b/base/gameDetector.h
index cab41fff0a..bb2d9bdae9 100644
--- a/base/gameDetector.h
+++ b/base/gameDetector.h
@@ -91,7 +91,6 @@ public:
protected:
bool detectGame(void);
- void list_games();
};
#endif