aboutsummaryrefslogtreecommitdiff
path: root/video/video_decoder.h
diff options
context:
space:
mode:
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.