aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/data.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/data.rs')
-rw-r--r--components/layout/data.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/layout/data.rs b/components/layout/data.rs
index e26e0a28431..75831d7c2ff 100644
--- a/components/layout/data.rs
+++ b/components/layout/data.rs
@@ -7,7 +7,6 @@ use incremental::RestyleDamage;
use msg::constellation_msg::ConstellationChan;
use parallel::DomParallelInfo;
use script::dom::node::SharedLayoutData;
-use script::layout_interface::LayoutChan;
use std::sync::Arc;
use style::properties::ComputedValues;
@@ -61,7 +60,6 @@ bitflags! {
}
pub struct LayoutDataWrapper {
- pub chan: Option<LayoutChan>,
pub shared_data: SharedLayoutData,
pub data: Box<PrivateLayoutData>,
}