Nuke Node's TLayoutData

LayoutData{Ref} structs replaced its usage for quite some time now.
This commit is contained in:
Bruno de Oliveira Abinader 2014-08-26 12:21:26 -04:00
parent 64f05116fc
commit 09633ed84d

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 {