Replace TLayoutNode by inherent methods.

There is no reason for this trait to exist.
This commit is contained in:
Ms2ger 2015-06-21 17:29:08 +02:00
parent 50d4084e9a
commit 167a396293
3 changed files with 15 additions and 28 deletions

View file

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