mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04: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
|
@ -48,7 +48,6 @@ pub trait LayoutThreadFactory {
|
|||
font_cache_thread: FontCacheThread,
|
||||
time_profiler_chan: time::ProfilerChan,
|
||||
mem_profiler_chan: mem::ProfilerChan,
|
||||
shutdown_chan: IpcSender<()>,
|
||||
content_process_shutdown_chan: IpcSender<()>,
|
||||
webrender_api_sender: Option<webrender_traits::RenderApiSender>);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue