Bug 829042 - Remove dead PlaybackRateChanged member. r=cpearce

This commit is contained in:
Paul Adenot 2013-01-15 19:57:04 +01:00
parent b3491e3459
commit bf345ec0dc
2 changed files with 0 additions and 11 deletions

View File

@ -610,12 +610,6 @@ nsresult MediaDecoder::Seek(double aTime)
return ScheduleStateMachineThread();
}
nsresult MediaDecoder::PlaybackRateChanged()
{
MOZ_ASSERT(NS_IsMainThread());
return NS_ERROR_NOT_IMPLEMENTED;
}
double MediaDecoder::GetCurrentTime()
{
MOZ_ASSERT(NS_IsMainThread());

View File

@ -326,11 +326,6 @@ public:
// called.
virtual nsresult Play();
// Called by the element when the playback rate has been changed.
// Adjust the speed of the playback, optionally with pitch correction,
// when this is called.
virtual nsresult PlaybackRateChanged();
// Pause video playback.
virtual void Pause();
// Adjust the speed of the playback, optionally with pitch correction,