aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/console.cpp')
-rw-r--r--engines/gob/console.cpp6
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;