Merge pull request #3155 from brunoabinader/nuke-tlayoutdata

Nuke Node's TLayoutData; r=jdm
This commit is contained in:
Ms2ger 2014-08-26 21:55:29 +02:00
commit 93e7d89c3b

View file

@ -235,12 +235,6 @@ impl LayoutDataRef {
}
}
/// A trait that represents abstract layout data.
///
/// FIXME(pcwalton): Very very unsafe!!! We need to send these back to the layout task to be
/// destroyed when this node is finalized.
pub trait TLayoutData {}
/// The different types of nodes.
#[deriving(PartialEq,Encodable)]
pub enum NodeTypeId {