aboutsummaryrefslogtreecommitdiff
path: root/common/advancedDetector.h
diff options
context:
space:
mode:
authorMax Horn2008-07-30 15:16:57 +0000
committerMax Horn2008-07-30 15:16:57 +0000
commit04c05d3ca0717aea07fd3872b4ce54220a45b78f (patch)
tree24a4d33fa370c985bd3b36d78966e959b5a0daa4 /common/advancedDetector.h
parentaa2ffe047bfa6844cb0176a256fc39a34a88bde5 (diff)
downloadscummvm-rg350-04c05d3ca0717aea07fd3872b4ce54220a45b78f.tar.gz
scummvm-rg350-04c05d3ca0717aea07fd3872b4ce54220a45b78f.tar.bz2
scummvm-rg350-04c05d3ca0717aea07fd3872b4ce54220a45b78f.zip
Advanced detector: split out part of detectGame into a new function detectGameFilebased; some cleanup
svn-id: r33453
Diffstat (limited to 'common/advancedDetector.h')
-rw-r--r--common/advancedDetector.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/advancedDetector.h b/common/advancedDetector.h
index 48b9e213d7..40f5823d1b 100644
--- a/common/advancedDetector.h
+++ b/common/advancedDetector.h
@@ -69,11 +69,6 @@ struct ADGameDescription {
};
/**
- * A list of pointers to ADGameDescription structs (or subclasses thereof).
- */
-typedef Array<const ADGameDescription*> ADGameDescList;
-
-/**
* End marker for a table of ADGameDescription structs. Use this to
* terminate a list to be passed to the AdvancedDetector API.
*/