Remove Reflectable::GetParentObject.

This commit is contained in:
Ms2ger 2013-11-03 15:00:02 +01:00
parent edd9c1d5eb
commit 80a6103f7d
23 changed files with 3 additions and 154 deletions

View file

@ -147,10 +147,6 @@ impl Reflectable for Window {
fn mut_reflector<'a>(&'a mut self) -> &'a mut Reflector {
self.eventtarget.mut_reflector()
}
fn GetParentObject(&self, _cx: *JSContext) -> Option<@mut Reflectable> {
None
}
}
impl Window {