mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
style: Remove a bunch of unused style bits.
Bug: 1464060 MozReview-Commit-ID: FLACqfSHfSO
This commit is contained in:
parent
2c1ec89943
commit
6b19318cc8
3 changed files with 0 additions and 18 deletions
|
@ -204,12 +204,6 @@ impl<'a, 'b: 'a> StyleAdjuster<'a, 'b> {
|
|||
.insert(ComputedValueFlags::HAS_TEXT_DECORATION_LINES);
|
||||
}
|
||||
|
||||
if display == Display::None {
|
||||
self.style
|
||||
.flags
|
||||
.insert(ComputedValueFlags::IS_IN_DISPLAY_NONE_SUBTREE);
|
||||
}
|
||||
|
||||
if self.style.is_pseudo_element() {
|
||||
self.style
|
||||
.flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue