diff options
author | Max Horn | 2011-02-09 00:14:06 +0000 |
---|---|---|
committer | Max Horn | 2011-02-09 00:14:06 +0000 |
commit | d7370f11e4369f9bd110ec6200862f95e49a3149 (patch) | |
tree | ddd78d5637643d42a00f1c6431dfccdce179512d /video | |
parent | ee7056542c258e6ed920c0b04f3d50f3bc135990 (diff) | |
download | scummvm-rg350-d7370f11e4369f9bd110ec6200862f95e49a3149.tar.gz scummvm-rg350-d7370f11e4369f9bd110ec6200862f95e49a3149.tar.bz2 scummvm-rg350-d7370f11e4369f9bd110ec6200862f95e49a3149.zip |
VIDEO: Remove unused SeekableVideoDecoder::seekToFrame method
svn-id: r55844
Diffstat (limited to 'video')
-rw-r--r-- | video/video_decoder.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/video/video_decoder.h b/video/video_decoder.h index 30050e9af5..5b6c882d09 100644 --- a/video/video_decoder.h +++ b/video/video_decoder.h @@ -248,12 +248,6 @@ public: class SeekableVideoDecoder : public virtual RewindableVideoDecoder { public: /** - * Seek to the specified frame. - * If seekToFrame(0) is called, frame 0 will be decoded next in decodeNextFrame(). - */ - virtual void seekToFrame(uint32 frame) = 0; - - /** * Seek to the specified time. * * This will round to the previous frame showing. If the time would happen to |