mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove UIEvent.event().
This commit is contained in:
parent
3681628936
commit
2502c692f3
1 changed files with 0 additions and 5 deletions
|
@ -66,11 +66,6 @@ impl UIEvent {
|
|||
init.view.root_ref(), init.detail);
|
||||
Ok(event)
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn event<'a>(&'a self) -> &'a Event {
|
||||
&self.event
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> UIEventMethods for JSRef<'a, UIEvent> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue