aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/data.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-06-21 17:29:08 +0200
committerMs2ger <ms2ger@gmail.com>2015-06-22 11:04:43 +0200
commit167a396293ef161223f47fe14563048e1e81f5be (patch)
treed5129876324dca200895360355412121d20d3e59 /components/layout/data.rs
parent50d4084e9ab26cbfe587bc84cb03bf205e2291de (diff)
downloadservo-167a396293ef161223f47fe14563048e1e81f5be.tar.gz
servo-167a396293ef161223f47fe14563048e1e81f5be.zip
Replace TLayoutNode by inherent methods.
There is no reason for this trait to exist.
Diffstat (limited to 'components/layout/data.rs')
-rw-r--r--components/layout/data.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/data.rs b/components/layout/data.rs
index f679435a91f..6bee6916039 100644
--- a/components/layout/data.rs
+++ b/components/layout/data.rs
@@ -14,7 +14,7 @@ use std::cell::{Ref, RefMut};
use std::mem;
use std::sync::Arc;
use style::properties::ComputedValues;
-use wrapper::{LayoutNode, TLayoutNode};
+use wrapper::LayoutNode;
/// Data that layout associates with a node.
pub struct PrivateLayoutData {