Remove Node.eventtarget().

This commit is contained in:
Tetsuharu OHZEKI 2014-11-28 06:02:21 +09:00
parent 106b7a3924
commit d53ce7f8d2

View file

@ -1149,11 +1149,6 @@ impl Node {
}
}
#[inline]
pub fn eventtarget<'a>(&'a self) -> &'a EventTarget {
&self.eventtarget
}
#[inline]
pub fn layout_data(&self) -> Ref<Option<LayoutData>> {
self.layout_data.borrow()