diff options
| author | Max Horn | 2010-12-07 18:54:21 +0000 | 
|---|---|---|
| committer | Max Horn | 2010-12-07 18:54:21 +0000 | 
| commit | 6edc86a19b6060c9f0f257b05ff711b021910de4 (patch) | |
| tree | a22172aa4624fb14c6e0fda4c21c09ec4a1e93b3 /engines/gob/console.cpp | |
| parent | ce0f0bd0560d713aeddb45c16506cc9d2387c136 (diff) | |
| download | scummvm-rg350-6edc86a19b6060c9f0f257b05ff711b021910de4.tar.gz scummvm-rg350-6edc86a19b6060c9f0f257b05ff711b021910de4.tar.bz2 scummvm-rg350-6edc86a19b6060c9f0f257b05ff711b021910de4.zip  | |
DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine
svn-id: r54815
Diffstat (limited to 'engines/gob/console.cpp')
| -rw-r--r-- | engines/gob/console.cpp | 6 | 
1 files changed, 0 insertions, 6 deletions
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;  | 
