Remove the unused WorkerGlobalScope::eventtarget method.

This commit is contained in:
Ms2ger 2015-08-05 18:41:54 +02:00
parent 8602d01af2
commit 9b084b604e

View file

@ -131,11 +131,6 @@ impl WorkerGlobalScope {
self.constellation_chan.clone()
}
#[inline]
pub fn eventtarget<'a>(&'a self) -> &'a EventTarget {
&self.eventtarget
}
pub fn get_cx(&self) -> *mut JSContext {
self.runtime.cx()
}