diff options
Diffstat (limited to 'engines/sword2/logic.cpp')
-rw-r--r-- | engines/sword2/logic.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/sword2/logic.cpp b/engines/sword2/logic.cpp index 394bf7ddc8..511561c55a 100644 --- a/engines/sword2/logic.cpp +++ b/engines/sword2/logic.cpp @@ -278,16 +278,6 @@ void Logic::resetKillList() { } /** - * Pause or unpause the currently playing cutscene movie, if any. - * @param pause true if pausing, false if unpausing - */ - -void Logic::pauseMovie(bool pause) { - if (_moviePlayer) - _moviePlayer->pauseMovie(pause); -} - -/** * Read current location number from script vars */ |