Remove the layout shutdown channel.

Nobody is listening.
This commit is contained in:
Ms2ger 2016-06-04 11:14:02 +02:00
parent 6581e3504a
commit 021b9e3239
6 changed files with 0 additions and 19 deletions

View file

@ -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>);
}