style: Remove ServoStyleSet::PrependStyleSheet.

Differential Revision: https://phabricator.services.mozilla.com/D16284
This commit is contained in:
Cameron McCormack 2019-01-12 06:45:45 +00:00 committed by Emilio Cobos Álvarez
parent 2b77a29697
commit 5bf0eea1f8
2 changed files with 0 additions and 28 deletions

View file

@ -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