aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/lastexpress.cpp
diff options
context:
space:
mode:
authorD G Turner2018-10-16 18:25:03 +0100
committerD G Turner2018-10-16 18:25:03 +0100
commitcc5d858169116c2758c4c3c0eb0cf983b9ccce21 (patch)
tree77589d5cb72277fce7b583f9e43f23e64d257640 /engines/lastexpress/lastexpress.cpp
parent5d340d244cc21f93b3cb7f46228fb767d9d16cd9 (diff)
downloadscummvm-rg350-cc5d858169116c2758c4c3c0eb0cf983b9ccce21.tar.gz
scummvm-rg350-cc5d858169116c2758c4c3c0eb0cf983b9ccce21.tar.bz2
scummvm-rg350-cc5d858169116c2758c4c3c0eb0cf983b9ccce21.zip
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.
Diffstat (limited to 'engines/lastexpress/lastexpress.cpp')
-rw-r--r--engines/lastexpress/lastexpress.cpp1
1 files changed, 0 insertions, 1 deletions
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");