From 9c8bd056d6d597a10f7f653b559dc34cd2bd2be9 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Thu, 15 Sep 2016 18:34:15 +0200 Subject: ENGINES: Stop using 'single id' --- engines/lab/detection.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/lab') diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp index 009bd5cdf7..a2570f65b7 100644 --- a/engines/lab/detection.cpp +++ b/engines/lab/detection.cpp @@ -115,8 +115,6 @@ uint32 LabEngine::getFeatures() const { class LabMetaEngine : public AdvancedMetaEngine { public: LabMetaEngine() : AdvancedMetaEngine(labDescriptions, sizeof(ADGameDescription), lab_setting) { - _singleId = "lab"; - _maxScanDepth = 4; _directoryGlobs = directoryGlobs; _flags = kADFlagUseExtraAsHint; -- cgit v1.2.3