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/sword1/console.cpp | 6 ------ engines/sword1/console.h | 4 ---- 2 files changed, 10 deletions(-) (limited to 'engines/sword1') diff --git a/engines/sword1/console.cpp b/engines/sword1/console.cpp index 7a1c087dd5..79792c2208 100644 --- a/engines/sword1/console.cpp +++ b/engines/sword1/console.cpp @@ -34,10 +34,4 @@ SwordConsole::SwordConsole(SwordEngine *vm) : GUI::Debugger(), _vm(vm) { SwordConsole::~SwordConsole() { } -void SwordConsole::preEnter() { -} - -void SwordConsole::postEnter() { -} - } // End of namespace Sword diff --git a/engines/sword1/console.h b/engines/sword1/console.h index 09d197363e..7ee8d2935f 100644 --- a/engines/sword1/console.h +++ b/engines/sword1/console.h @@ -37,10 +37,6 @@ public: SwordConsole(SwordEngine *vm); virtual ~SwordConsole(void); -protected: - virtual void preEnter(); - virtual void postEnter(); - private: SwordEngine *_vm; }; -- cgit v1.2.3