diff options
Diffstat (limited to 'components/layout/flow.rs')
-rw-r--r-- | components/layout/flow.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/flow.rs b/components/layout/flow.rs index 5227f97dc43..90835cfac31 100644 --- a/components/layout/flow.rs +++ b/components/layout/flow.rs @@ -25,7 +25,6 @@ /// line breaks and mapping to CSS boxes, for the purpose of handling `getClientRects()` and /// similar methods. -use css::node_style::StyledNode; use block::BlockFlow; use context::LayoutContext; use display_list_builder::DisplayListBuildingResult; |