mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
style: Remove ServoStyleSet::PrependStyleSheet.
Differential Revision: https://phabricator.services.mozilla.com/D16284
This commit is contained in:
parent
2b77a29697
commit
5bf0eea1f8
2 changed files with 0 additions and 28 deletions
|
@ -582,12 +582,6 @@ impl Stylist {
|
|||
.append_stylesheet(Some(&self.device), sheet, guard)
|
||||
}
|
||||
|
||||
/// Appends a new stylesheet to the current set.
|
||||
pub fn prepend_stylesheet(&mut self, sheet: StylistSheet, guard: &SharedRwLockReadGuard) {
|
||||
self.stylesheets
|
||||
.prepend_stylesheet(Some(&self.device), sheet, guard)
|
||||
}
|
||||
|
||||
/// Remove a given stylesheet to the current set.
|
||||
pub fn remove_stylesheet(&mut self, sheet: StylistSheet, guard: &SharedRwLockReadGuard) {
|
||||
self.stylesheets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue