From 6edc86a19b6060c9f0f257b05ff711b021910de4 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 7 Dec 2010 18:54:21 +0000 Subject: DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine svn-id: r54815 --- engines/gob/console.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'engines/gob/console.cpp') diff --git a/engines/gob/console.cpp b/engines/gob/console.cpp index b6b481f611..751956a848 100644 --- a/engines/gob/console.cpp +++ b/engines/gob/console.cpp @@ -42,12 +42,6 @@ GobConsole::GobConsole(GobEngine *vm) : GUI::Debugger(), _vm(vm) { GobConsole::~GobConsole() { } -void GobConsole::preEnter() { -} - -void GobConsole::postEnter() { -} - bool GobConsole::cmd_varSize(int argc, const char **argv) { DebugPrintf("Size of the variable space: %d bytes\n", _vm->_inter->_variables->getSize()); return true; -- cgit v1.2.3