aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_video.h
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.h
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.h')
-rw-r--r--engines/mohawk/riven_video.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/mohawk/riven_video.h b/engines/mohawk/riven_video.h
index d5025a28e2..914225b8de 100644
--- a/engines/mohawk/riven_video.h
+++ b/engines/mohawk/riven_video.h
@@ -93,13 +93,6 @@ public:
/** Disable the video */
void disable();
- /**
- * Set the bounds of the video
- *
- * This automatically seeks to the start time
- */
- void setBounds(uint32 startTime, uint32 endTime);
-
/** Seek to the given time */
void seek(uint32 time);