aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/video.h
diff options
context:
space:
mode:
authorBastien Bouclet2017-07-09 14:23:00 +0200
committerBastien Bouclet2017-07-22 20:38:56 +0200
commit0b9bfb3d3c71df7c011754a2f7b98e32e023dc3e (patch)
tree742137b36e77cd1585c4db465a0b54d7d54bf416 /engines/mohawk/video.h
parent8f59348ec33ec7c4357b639e810ff131ab6461e1 (diff)
downloadscummvm-rg350-0b9bfb3d3c71df7c011754a2f7b98e32e023dc3e.tar.gz
scummvm-rg350-0b9bfb3d3c71df7c011754a2f7b98e32e023dc3e.tar.bz2
scummvm-rg350-0b9bfb3d3c71df7c011754a2f7b98e32e023dc3e.zip
MOHAWK: Myst: Remove delayUntilMovieEnds
This will break movies called by scripts until event handling is decorrelated from script calls.
Diffstat (limited to 'engines/mohawk/video.h')
-rw-r--r--engines/mohawk/video.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/mohawk/video.h b/engines/mohawk/video.h
index c59c4af96a..4298298b75 100644
--- a/engines/mohawk/video.h
+++ b/engines/mohawk/video.h
@@ -305,13 +305,10 @@ public:
void stopVideos();
bool isVideoPlaying();
- void waitUntilMovieEnds(const VideoEntryPtr &video);
-
// Handle functions
VideoHandle findVideoHandle(uint16 id);
VideoHandle findVideoHandle(const Common::String &fileName);
void waitUntilMovieEnds(VideoHandle handle);
- void delayUntilMovieEnds(VideoHandle handle);
void drawVideoFrame(VideoHandle handle, const Audio::Timestamp &time);
private: