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