From 26d191f0683bae5ab6b9f1e9ea5d12e78e117035 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Wed, 12 Aug 2015 15:32:30 +0200 Subject: [PATCH] Remove the unused Window::control_chan() method. --- components/script/dom/window.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/script/dom/window.rs b/components/script/dom/window.rs index 7bfdf4e46d4..7788fe05dd7 100644 --- a/components/script/dom/window.rs +++ b/components/script/dom/window.rs @@ -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 }