Remove DerivedWrapper::wrap_shared, as it's unused.

This commit is contained in:
Ms2ger 2013-10-18 15:56:35 +02:00
parent 38cea1b2d5
commit 3da1a206d8
9 changed files with 0 additions and 96 deletions

View file

@ -192,10 +192,6 @@ impl DerivedWrapper for AbstractDocument {
unsafe { *vp = RUST_OBJECT_TO_JSVAL(self.reflector().get_jsobject()) };
return 1;
}
fn wrap_shared(@mut self, _cx: *JSContext, _scope: *JSObject, _vp: *mut JSVal) -> i32 {
fail!(~"nyi")
}
}