mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Remove useless code after #19994
This commit is contained in:
parent
63691f01d7
commit
9744840e5a
1 changed files with 0 additions and 8 deletions
|
@ -148,14 +148,6 @@ impl PerDocumentStyleData {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Drop for PerDocumentStyleDataImpl {
|
|
||||||
fn drop(&mut self) {
|
|
||||||
if !structs::GECKO_IS_NIGHTLY {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
impl PerDocumentStyleDataImpl {
|
impl PerDocumentStyleDataImpl {
|
||||||
/// Recreate the style data if the stylesheets have changed.
|
/// Recreate the style data if the stylesheets have changed.
|
||||||
pub fn flush_stylesheets<E>(
|
pub fn flush_stylesheets<E>(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue