mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 11:18:39 +09:00
Remove unused telemetry timer from HTMLMediaElement.h
This commit is contained in:
parent
aea50f182f
commit
4c3713155e
2 changed files with 0 additions and 7 deletions
|
|
@ -3145,10 +3145,6 @@ HTMLMediaElement::~HTMLMediaElement()
|
|||
if (mProgressTimer) {
|
||||
StopProgress();
|
||||
}
|
||||
if (mVideoDecodeSuspendTimer) {
|
||||
mVideoDecodeSuspendTimer->Cancel();
|
||||
mVideoDecodeSuspendTimer = nullptr;
|
||||
}
|
||||
if (mSrcStream) {
|
||||
EndSrcMediaStreamPlayback();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue