From 09633ed84de658511811218d831ff3b8e4f5c730 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Tue, 26 Aug 2014 12:21:26 -0400 Subject: [PATCH] Nuke Node's TLayoutData LayoutData{Ref} structs replaced its usage for quite some time now. --- src/components/script/dom/node.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/script/dom/node.rs b/src/components/script/dom/node.rs index 0d85f420290..cbb6996dc47 100644 --- a/src/components/script/dom/node.rs +++ b/src/components/script/dom/node.rs @@ -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 {