Remove unused telemetry timer from HTMLMediaElement.h

This commit is contained in:
adeshkp 2019-01-14 03:20:28 -05:00 committed by Roy Tam
commit 4c3713155e
2 changed files with 0 additions and 7 deletions

View file

@ -3145,10 +3145,6 @@ HTMLMediaElement::~HTMLMediaElement()
if (mProgressTimer) {
StopProgress();
}
if (mVideoDecodeSuspendTimer) {
mVideoDecodeSuspendTimer->Cancel();
mVideoDecodeSuspendTimer = nullptr;
}
if (mSrcStream) {
EndSrcMediaStreamPlayback();
}