From cc5d858169116c2758c4c3c0eb0cf983b9ccce21 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Tue, 16 Oct 2018 18:25:03 +0100 Subject: LASTEXPRESS: Remove Engine Specific All Debug Level. This is replaced by the global "all" option for debugflags and defining this triggers a warning about the conflict at runtime. --- engines/lastexpress/lastexpress.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/lastexpress/lastexpress.cpp') diff --git a/engines/lastexpress/lastexpress.cpp b/engines/lastexpress/lastexpress.cpp index 688d084614..92cb0f50cc 100644 --- a/engines/lastexpress/lastexpress.cpp +++ b/engines/lastexpress/lastexpress.cpp @@ -70,7 +70,6 @@ LastExpressEngine::LastExpressEngine(OSystem *syst, const ADGameDescription *gd) SearchMan.addSubDirectoryMatching(gameDataDir, "data"); // Initialize the custom debug levels - DebugMan.addDebugChannel(kLastExpressDebugAll, "All", "Debug everything"); DebugMan.addDebugChannel(kLastExpressDebugGraphics, "Graphics", "Debug graphics & animation/sequence playback"); DebugMan.addDebugChannel(kLastExpressDebugResource, "Resource", "Debug resource management"); DebugMan.addDebugChannel(kLastExpressDebugCursor, "Cursor", "Debug cursor handling"); -- cgit v1.2.3