aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/wrapper.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-06-16 09:35:58 +0100
committerMs2ger <Ms2ger@gmail.com>2016-06-20 19:08:10 +0200
commit65b93c20b7be0008ba6d49a49f8119524451ef95 (patch)
tree62070b4a91178e7b17b8dc2ebf0585ee96026b89 /components/layout/wrapper.rs
parent0c506cf1df22148a0688b679f27ed85d62d6486d (diff)
downloadservo-65b93c20b7be0008ba6d49a49f8119524451ef95.tar.gz
servo-65b93c20b7be0008ba6d49a49f8119524451ef95.zip
Remove the layout_wrapper re-exports from layout::wrapper.
Diffstat (limited to 'components/layout/wrapper.rs')
-rw-r--r--components/layout/wrapper.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/layout/wrapper.rs b/components/layout/wrapper.rs
index a7949fc75b1..6db7f8b7cc2 100644
--- a/components/layout/wrapper.rs
+++ b/components/layout/wrapper.rs
@@ -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 {