aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2014-06-13 10:08:47 +0300
committerEugene Sandulenko2014-06-13 10:32:35 +0300
commitde01a09141d820e765b33a801d295dc18243851b (patch)
tree581f608d763075a2b778c0693cad9b4a0812a0c4 /engines
parentcd31c9e87aa6cf0468d3f13fd64b47920c9f944f (diff)
downloadscummvm-rg350-de01a09141d820e765b33a801d295dc18243851b.tar.gz
scummvm-rg350-de01a09141d820e765b33a801d295dc18243851b.tar.bz2
scummvm-rg350-de01a09141d820e765b33a801d295dc18243851b.zip
FULLPIPE: Removed unused code
Diffstat (limited to 'engines')
-rw-r--r--engines/fullpipe/fullpipe.cpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/engines/fullpipe/fullpipe.cpp b/engines/fullpipe/fullpipe.cpp
index f4444ef707..501313cbe7 100644
--- a/engines/fullpipe/fullpipe.cpp
+++ b/engines/fullpipe/fullpipe.cpp
@@ -413,13 +413,10 @@ void FullpipeEngine::updateEvents() {
}
}
-
-#if 0
- warning("STUB: FullpipeEngine::updateEvents() <mainWindowProc>");
- if (Msg == MSG_SC11_SHOWSWING && _modalObject) {
- _modalObject->method14();
- }
-#endif
+ // pollEvent() is implemented only for video player. So skip it.
+ //if (event.kbd.keycode == MSG_SC11_SHOWSWING && _modalObject) {
+ // _modalObject->pollEvent();
+ //}
}
void FullpipeEngine::freeGameLoader() {