mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Nuke Node's TLayoutData
LayoutData{Ref} structs replaced its usage for quite some time now.
This commit is contained in:
parent
64f05116fc
commit
09633ed84d
1 changed files with 0 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue