aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gnap/debugger.h')
-rw-r--r--engines/gnap/debugger.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/gnap/debugger.h b/engines/gnap/debugger.h
index ac83cc5504..b476fc4e0f 100644
--- a/engines/gnap/debugger.h
+++ b/engines/gnap/debugger.h
@@ -31,8 +31,6 @@ namespace Gnap {
class GnapEngine;
class Debugger : public GUI::Debugger {
-private:
- GnapEngine *_vm;
public:
/*
* Specifies whether to show the hotspot IDs
@@ -45,7 +43,7 @@ protected:
bool Cmd_Hotspots(int argc, const char **argv);
public:
- Debugger(GnapEngine *vm);
+ Debugger();
virtual ~Debugger() {}
};