aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/debugger.h
diff options
context:
space:
mode:
authorStrangerke2014-02-26 22:54:13 +0100
committerStrangerke2014-02-26 22:54:13 +0100
commit8215f598612a61e472ec56db0f93fb43908a1348 (patch)
treecf3d2f4db24e612f54bcd820f7d7ab3d5920014d /engines/voyeur/debugger.h
parentccde2d5b7604756f5333ea16807c82ef1b387c10 (diff)
downloadscummvm-rg350-8215f598612a61e472ec56db0f93fb43908a1348.tar.gz
scummvm-rg350-8215f598612a61e472ec56db0f93fb43908a1348.tar.bz2
scummvm-rg350-8215f598612a61e472ec56db0f93fb43908a1348.zip
VOYEUR: Remove setVm from Debugger
Diffstat (limited to 'engines/voyeur/debugger.h')
-rw-r--r--engines/voyeur/debugger.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/voyeur/debugger.h b/engines/voyeur/debugger.h
index 0edf04eac4..12d62c51a1 100644
--- a/engines/voyeur/debugger.h
+++ b/engines/voyeur/debugger.h
@@ -61,10 +61,8 @@ protected:
*/
bool Cmd_Mouse(int argc, const char **argv);
public:
- Debugger();
+ Debugger(VoyeurEngine *vm);
virtual ~Debugger() {}
- void setVm(VoyeurEngine *vm) { _vm = vm; }
-
};
} // End of namespace Voyeur