Skip to content

Commit

Permalink
FULLPIPE: Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jun 13, 2014
1 parent cd31c9e commit de01a09
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions engines/fullpipe/fullpipe.cpp
Expand Up @@ -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() {
Expand Down

0 comments on commit de01a09

Please sign in to comment.