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/made/console.cpp | 6 ------ engines/made/console.h | 4 ---- 2 files changed, 10 deletions(-) (limited to 'engines/made') diff --git a/engines/made/console.cpp b/engines/made/console.cpp index ee85c465e8..abf849d560 100644 --- a/engines/made/console.cpp +++ b/engines/made/console.cpp @@ -34,10 +34,4 @@ MadeConsole::MadeConsole(MadeEngine *vm) : GUI::Debugger(), _vm(vm) { MadeConsole::~MadeConsole() { } -void MadeConsole::preEnter() { -} - -void MadeConsole::postEnter() { -} - } // End of namespace Made diff --git a/engines/made/console.h b/engines/made/console.h index 9f4632b986..6dc7541f53 100644 --- a/engines/made/console.h +++ b/engines/made/console.h @@ -37,10 +37,6 @@ public: MadeConsole(MadeEngine *vm); virtual ~MadeConsole(void); -protected: - virtual void preEnter(); - virtual void postEnter(); - private: MadeEngine *_vm; }; -- cgit v1.2.3