mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Remove unused init_wrapper functions.
This commit is contained in:
parent
d2b57ba7c1
commit
8a9129abb8
3 changed files with 0 additions and 12 deletions
|
@ -48,10 +48,6 @@ impl MouseEvent {
|
|||
reflect_dom_object(ev, window, MouseEventBinding::Wrap)
|
||||
}
|
||||
|
||||
pub fn init_wrapper(@mut self, cx: *JSContext, scope: *JSObject) {
|
||||
self.wrap_object_shared(cx, scope);
|
||||
}
|
||||
|
||||
pub fn Constructor(owner: @mut Window,
|
||||
type_: &DOMString,
|
||||
init: &MouseEventBinding::MouseEventInit) -> Fallible<@mut MouseEvent> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue