aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/wrapper.rs
diff options
context:
space:
mode:
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 {