mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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
|
@ -77,10 +77,6 @@ impl HTMLLinkElement {
|
|||
HTMLLinkElementBinding::Wrap)
|
||||
}
|
||||
|
||||
pub fn parser_inserted(&self) -> bool {
|
||||
self.parser_inserted.get()
|
||||
}
|
||||
|
||||
pub fn set_stylesheet(&self, s: Arc<Stylesheet>) {
|
||||
assert!(self.stylesheet.borrow().is_none());
|
||||
*self.stylesheet.borrow_mut() = Some(s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue