aboutsummaryrefslogtreecommitdiff
path: root/video/video_decoder.h
diff options
context:
space:
mode:
authorMatthew Hoops2012-07-27 11:01:21 -0400
committerMatthew Hoops2012-07-27 11:01:21 -0400
commita364ef8f0fca2675f791a29ef231385e29945939 (patch)
tree0472b569120837a442f7f4226d34be89d875a8d5 /video/video_decoder.h
parent1f67c9dbbed5e92d8b9cb8f4d729366463a05937 (diff)
downloadscummvm-rg350-a364ef8f0fca2675f791a29ef231385e29945939.tar.gz
scummvm-rg350-a364ef8f0fca2675f791a29ef231385e29945939.tar.bz2
scummvm-rg350-a364ef8f0fca2675f791a29ef231385e29945939.zip
VIDEO: Remove Track::getStartTime()
That should be handled internally instead
Diffstat (limited to 'video/video_decoder.h')
-rw-r--r--video/video_decoder.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/video/video_decoder.h b/video/video_decoder.h
index f0427668a6..18517c9ad2 100644
--- a/video/video_decoder.h
+++ b/video/video_decoder.h
@@ -467,12 +467,6 @@ protected:
bool isPaused() const { return _paused; }
/**
- * Get the start time of the track (starting from the beginning of the
- * movie).
- */
- virtual Audio::Timestamp getStartTime() const;
-
- /**
* Get the duration of the track (starting from this track's start time).
*
* By default, this returns 0 for unknown.