style: Remove unused AFFECTED_BY_PSEUDO_ELEMENTS StyleRelation.

MozReview-Commit-ID: yHldvHm87b
This commit is contained in:
Emilio Cobos Álvarez 2017-07-09 20:59:39 +02:00
parent a2f8af9203
commit 95a2ac51c4
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 2 additions and 9 deletions

View file

@ -15,8 +15,6 @@ bitflags! {
/// Whether this element is affected by presentational hints. This is
/// computed externally (that is, in Servo).
const AFFECTED_BY_PRESENTATIONAL_HINTS = 1 << 0,
/// Whether this element has pseudo-element styles. Computed externally.
const AFFECTED_BY_PSEUDO_ELEMENTS = 1 << 1,
}
}