VIDEO: The getTimeToNextFrame override is useless now

svn-id: r55341
This commit is contained in:
Sven Hesse 2011-01-20 03:27:09 +00:00
parent d77899e158
commit 8c80f80697
2 changed files with 0 additions and 8 deletions

View File

@ -605,10 +605,6 @@ Common::Rational CoktelDecoder::getFrameRate() const {
return _frameRate;
}
uint32 CoktelDecoder::getTimeToNextFrame() const {
return FixedRateVideoDecoder::getTimeToNextFrame();
}
uint32 CoktelDecoder::getStaticTimeToNextFrame() const {
return (1000 / _frameRate).toInt();
}

View File

@ -133,10 +133,6 @@ public:
uint32 getStaticTimeToNextFrame() const;
// FixedRateVideoDecoder interface
uint32 getTimeToNextFrame() const;
protected:
enum SoundStage {
kSoundNone = 0, ///< No sound.