aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/movie.h
diff options
context:
space:
mode:
authorMatthew Hoops2012-09-12 20:18:53 -0400
committerMatthew Hoops2012-09-12 20:18:53 -0400
commit483989f72bb132d187112ec65b9a5bd3607f9252 (patch)
treee636ca9c2a0609d90aec63256f72d561edefee00 /engines/pegasus/movie.h
parentd5ed8b1901b88e361a2a420a9daf586f6089a36b (diff)
downloadscummvm-rg350-483989f72bb132d187112ec65b9a5bd3607f9252.tar.gz
scummvm-rg350-483989f72bb132d187112ec65b9a5bd3607f9252.tar.bz2
scummvm-rg350-483989f72bb132d187112ec65b9a5bd3607f9252.zip
Revert "PEGASUS: Make setting the start time of a movie also seek"
This reverts commit b8bcbb46b47b30c87a0267211ae4aae4c61c4c78. 8808393b3a3428df2946d7967e52aba084c8ffe5 was the proper fix for the issue
Diffstat (limited to 'engines/pegasus/movie.h')
-rw-r--r--engines/pegasus/movie.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/pegasus/movie.h b/engines/pegasus/movie.h
index 275deecca8..9b9cc2bdbe 100644
--- a/engines/pegasus/movie.h
+++ b/engines/pegasus/movie.h
@@ -62,8 +62,6 @@ public:
virtual void moveMovieBoxTo(const CoordType, const CoordType);
- virtual void setStart(const TimeValue, const TimeScale = 0);
-
virtual void setStop(const TimeValue, const TimeScale = 0);
virtual TimeValue getDuration(const TimeScale = 0) const;