mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Remove Node.eventtarget().
This commit is contained in:
parent
106b7a3924
commit
d53ce7f8d2
1 changed files with 0 additions and 5 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue