aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/avalanche.cpp')
-rw-r--r--engines/avalanche/avalanche.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp
index f9e8dfc6e7..b7fa2ac48f 100644
--- a/engines/avalanche/avalanche.cpp
+++ b/engines/avalanche/avalanche.cpp
@@ -621,26 +621,11 @@ Common::String AvalancheEngine::elmToStr(Elm how) {
}
}
-// Getting used only in demo() / call_menu(). Going to be implemented at the same time with these.
-bool AvalancheEngine::keyPressed() {
- warning("STUB: keyPressed()");
- return false;
-}
-
// Same as keypressed1().
void AvalancheEngine::flushBuffer() {
warning("STUB: flushBuffer()");
}
-// Same as keypressed1().
-void AvalancheEngine::demo() {
- warning("STUB: demo()");
-}
-
-void AvalancheEngine::runDemo() {
- warning("STUB: runDemo()");
-}
-
void AvalancheEngine::dosShell() {
warning("STUB: dosShell()");
}