mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove the unused Window::control_chan() method.
This commit is contained in:
parent
c05f0906d5
commit
26d191f068
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue