mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove and allow some dead code.
This commit is contained in:
parent
8f2d624cbf
commit
1bc0862214
28 changed files with 20 additions and 152 deletions
|
@ -243,11 +243,6 @@ impl HTMLMediaElement {
|
|||
}
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn htmlelement(&self) -> &HTMLElement {
|
||||
&self.htmlelement
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#internal-pause-steps
|
||||
fn internal_pause_steps(&self) {
|
||||
// Step 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue