mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Remove the layout shutdown channel.
Nobody is listening.
This commit is contained in:
parent
6581e3504a
commit
021b9e3239
6 changed files with 0 additions and 19 deletions
|
@ -1129,7 +1129,6 @@ impl ScriptThread {
|
|||
panic_chan,
|
||||
pipeline_port,
|
||||
layout_to_constellation_chan,
|
||||
layout_shutdown_chan,
|
||||
content_process_shutdown_chan,
|
||||
} = new_layout_info;
|
||||
|
||||
|
@ -1147,7 +1146,6 @@ impl ScriptThread {
|
|||
paint_chan: paint_chan,
|
||||
script_chan: self.control_chan.clone(),
|
||||
image_cache_thread: self.image_cache_thread.clone(),
|
||||
layout_shutdown_chan: layout_shutdown_chan,
|
||||
content_process_shutdown_chan: content_process_shutdown_chan,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue