mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Remove the layout_wrapper re-exports from layout::wrapper.
This commit is contained in:
parent
0c506cf1df
commit
65b93c20b7
2 changed files with 2 additions and 3 deletions
|
@ -38,8 +38,6 @@ use std::cell::{Ref, RefCell, RefMut};
|
|||
use style::computed_values::content::{self, ContentItem};
|
||||
use style::properties::ComputedValues;
|
||||
|
||||
pub use script::layout_wrapper::*;
|
||||
|
||||
pub type NonOpaqueStyleAndLayoutData = *mut RefCell<PrivateLayoutData>;
|
||||
|
||||
pub trait LayoutNodeLayoutData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue