aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_video.h
diff options
context:
space:
mode:
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);