Remove the layout_wrapper re-exports from layout::wrapper.

This commit is contained in:
Ms2ger 2016-06-16 09:35:58 +01:00
parent 0c506cf1df
commit 65b93c20b7
2 changed files with 2 additions and 3 deletions

View file

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