style: Remove a bunch of unused style bits.

Bug: 1464060
MozReview-Commit-ID: FLACqfSHfSO
This commit is contained in:
Emilio Cobos Álvarez 2018-05-24 15:03:17 +02:00
parent 2c1ec89943
commit 6b19318cc8
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 0 additions and 18 deletions

View file

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