aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_video.cpp
diff options
context:
space:
mode:
authorBastien Bouclet2017-07-01 22:41:04 +0200
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commitee70244fbfb981fc16c77b10bab6546cf5e5cb0d (patch)
treec8c735c87f5c6168c95e24de3e266d20b166c04e /engines/mohawk/riven_video.cpp
parent2a444d35e8e31d670e18ce8e9186f7370db1e5e9 (diff)
downloadscummvm-rg350-ee70244fbfb981fc16c77b10bab6546cf5e5cb0d.tar.gz
scummvm-rg350-ee70244fbfb981fc16c77b10bab6546cf5e5cb0d.tar.bz2
scummvm-rg350-ee70244fbfb981fc16c77b10bab6546cf5e5cb0d.zip
MOHAWK: Check the Garden island external commands against the original
Diffstat (limited to 'engines/mohawk/riven_video.cpp')
-rw-r--r--engines/mohawk/riven_video.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/mohawk/riven_video.cpp b/engines/mohawk/riven_video.cpp
index 375af47ffe..33245ef3c1 100644
--- a/engines/mohawk/riven_video.cpp
+++ b/engines/mohawk/riven_video.cpp
@@ -97,12 +97,6 @@ uint32 RivenVideo::getDuration() const {
return _video->getDuration().msecs();
}
-void RivenVideo::setBounds(uint32 startTime, uint32 endTime) {
- assert(_video);
- _video->setEndTime(Audio::Timestamp(0, endTime, 600));
- _video->seek(Audio::Timestamp(0, startTime, 600));
-}
-
void RivenVideo::seek(uint32 time) {
assert(_video);