aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/debugger.cpp')
-rw-r--r--scumm/debugger.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/debugger.cpp b/scumm/debugger.cpp
index 847f6a8d29..91c4a0456c 100644
--- a/scumm/debugger.cpp
+++ b/scumm/debugger.cpp
@@ -360,8 +360,6 @@ bool ScummDebugger::Cmd_PrintActor(int argc, const char **argv) {
}
bool ScummDebugger::Cmd_DebugLevel(int argc, const char **argv) {
- int level;
-
if (argc == 1) {
if (_s->_debugMode == false)
Debug_Printf("Debugging is not enabled at this time\n");