Remove UIEvent.event().

This commit is contained in:
Tetsuharu OHZEKI 2014-11-28 06:01:43 +09:00
parent 3681628936
commit 2502c692f3

View file

@ -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> {