Remove the unused Window::control_chan() method.

This commit is contained in:
Ms2ger 2015-08-12 15:32:30 +02:00
parent c05f0906d5
commit 26d191f068

View file

@ -264,10 +264,6 @@ impl Window {
(box NonWorkerScriptChan(tx), box rx)
}
pub fn control_chan<'a>(&'a self) -> &'a ScriptControlChan {
&self.control_chan
}
pub fn image_cache_task<'a>(&'a self) -> &'a ImageCacheTask {
&self.image_cache_task
}