diff options
Diffstat (limited to 'engines/mohawk/video.h')
-rw-r--r-- | engines/mohawk/video.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mohawk/video.h b/engines/mohawk/video.h index c1765ffc9d..6b9cfa25d2 100644 --- a/engines/mohawk/video.h +++ b/engines/mohawk/video.h @@ -107,7 +107,6 @@ public: bool endOfVideo(VideoHandle handle); void setVideoBounds(VideoHandle handle, Audio::Timestamp start, Audio::Timestamp end); void seekToTime(VideoHandle handle, Audio::Timestamp time); - void seekToFrame(VideoHandle handle, uint32 frame); void setVideoLooping(VideoHandle handle, bool loop); void waitUntilMovieEnds(VideoHandle videoHandle); void delayUntilMovieEnds(VideoHandle videoHandle); |