aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 8f9546d49d..ffb733419f 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -29,7 +29,6 @@
#include "common/config-manager.h"
-#include "gui/console.h"
#include "gui/message.h"
#include "gui/newgui.h"
@@ -299,7 +298,6 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst)
_optionsDialog = NULL;
_saveLoadDialog = NULL;
_confirmExitDialog = NULL;
- _debuggerDialog = NULL;
_fastMode = 0;
_actors = NULL;
_inventory = NULL;