diff options
Diffstat (limited to 'components/layout/query.rs')
-rw-r--r-- | components/layout/query.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/layout/query.rs b/components/layout/query.rs index 6b594066963..c12a2b7f63d 100644 --- a/components/layout/query.rs +++ b/components/layout/query.rs @@ -38,7 +38,6 @@ use style::logical_geometry::{WritingMode, BlockFlowDirection, InlineBaseDirecti use style::properties::{style_structs, PropertyId, PropertyDeclarationId, LonghandId}; use style::properties::longhands::{display, position}; use style::selector_parser::PseudoElement; -use style::stylist::Stylist; use style_traits::ToCss; use style_traits::cursor::Cursor; use webrender_traits::ClipId; @@ -54,9 +53,6 @@ pub struct LayoutThreadData { /// The root stacking context. pub display_list: Option<Arc<DisplayList>>, - /// Performs CSS selector matching and style resolution. - pub stylist: ::StyleArc<Stylist>, - /// A queued response for the union of the content boxes of a node. pub content_box_response: Option<Rect<Au>>, |