aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/console.cpp')
-rw-r--r--engines/hugo/console.cpp6
1 files changed, 0 insertions, 6 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