aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.h
diff options
context:
space:
mode:
authorMax Horn2003-10-26 19:16:59 +0000
committerMax Horn2003-10-26 19:16:59 +0000
commitd581c99ab5caebc8029eea4a14834af2b989faac (patch)
tree61f48bf8c3a3204b799d59e1f911808f458ed2a2 /sword2/sword2.h
parentb2ea1994bbed76143df1a7669faed946a9d5645c (diff)
downloadscummvm-rg350-d581c99ab5caebc8029eea4a14834af2b989faac.tar.gz
scummvm-rg350-d581c99ab5caebc8029eea4a14834af2b989faac.tar.bz2
scummvm-rg350-d581c99ab5caebc8029eea4a14834af2b989faac.zip
cleanup
svn-id: r10982
Diffstat (limited to 'sword2/sword2.h')
-rw-r--r--sword2/sword2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sword2/sword2.h b/sword2/sword2.h
index 9ce7c04cbb..cfbe0536b9 100644
--- a/sword2/sword2.h
+++ b/sword2/sword2.h
@@ -25,7 +25,6 @@
#include "common/map.h"
#include "common/rect.h"
#include "common/str.h"
-#include "gui/console.h"
#include "bs2/console.h"
#include "bs2/driver/d_sound.h"
#include "bs2/driver/d_draw.h"
@@ -80,7 +79,6 @@ public:
NewGui *_newgui;
Debugger *_debugger;
- ConsoleDialog *_debuggerDialog;
Common::RandomSource _rnd;