Remove the unused AudioEventTimeline::ComputedValue function, no bug

This commit is contained in:
Ehsan Akhgari 2013-05-07 07:56:03 -04:00
parent 68e8086683
commit 5261db46f9

View File

@ -151,12 +151,6 @@ public:
}
}
float ComputedValue() const
{
// TODO: implement
return 0;
}
void SetValueAtTime(float aValue, double aStartTime, ErrorResult& aRv)
{
InsertEvent(AudioTimelineEvent(AudioTimelineEvent::SetValue, aStartTime, aValue), aRv);