aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo')
-rw-r--r--engines/hugo/console.cpp6
-rw-r--r--engines/hugo/console.h4
2 files changed, 0 insertions, 10 deletions
diff --git a/engines/hugo/console.cpp b/engines/hugo/console.cpp
index 4c4f5934f8..3ff37ccbc7 100644
--- a/engines/hugo/console.cpp
+++ b/engines/hugo/console.cpp
@@ -34,10 +34,4 @@ HugoConsole::HugoConsole(HugoEngine *vm) : GUI::Debugger(), _vm(vm) {
HugoConsole::~HugoConsole() {
}
-void HugoConsole::preEnter() {
-}
-
-void HugoConsole::postEnter() {
-}
-
} // End of namespace Hugo
diff --git a/engines/hugo/console.h b/engines/hugo/console.h
index f6c651459e..240b108ab6 100644
--- a/engines/hugo/console.h
+++ b/engines/hugo/console.h
@@ -37,10 +37,6 @@ public:
HugoConsole(HugoEngine *vm);
virtual ~HugoConsole(void);
-protected:
- virtual void preEnter();
- virtual void postEnter();
-
private:
HugoEngine *_vm;
};