aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/detection.cpp
diff options
context:
space:
mode:
authorMax Horn2008-03-14 13:59:31 +0000
committerMax Horn2008-03-14 13:59:31 +0000
commit8a9a14002ecee554082eb4f23ef245173950b363 (patch)
tree1f25dae4db32a9dce92b10393bfb8850deef2b98 /engines/cine/detection.cpp
parent1e6f59e2dcc601eb5e67e47af18ffd975ab86157 (diff)
downloadscummvm-rg350-8a9a14002ecee554082eb4f23ef245173950b363.tar.gz
scummvm-rg350-8a9a14002ecee554082eb4f23ef245173950b363.tar.bz2
scummvm-rg350-8a9a14002ecee554082eb4f23ef245173950b363.zip
Advanced Detector: Changed fallback detector from a callback function pointer to an overrideable method of AdvancedMetaEngine
svn-id: r31119
Diffstat (limited to 'engines/cine/detection.cpp')
-rw-r--r--engines/cine/detection.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp
index 6c05c9a2e2..d9765a6b5c 100644
--- a/engines/cine/detection.cpp
+++ b/engines/cine/detection.cpp
@@ -482,8 +482,6 @@ static const Common::ADParams detectionParams = {
"cine",
// List of files for file-based fallback detection (optional)
0,
- // Fallback callback
- 0,
// Flags
Common::kADFlagAugmentPreferredTarget
};