diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-06-04 11:14:02 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-06-04 13:24:32 +0200 |
commit | 021b9e32394e4436a2a46e07628e4a19295d74ff (patch) | |
tree | 2b9941af82a9d6d0df755bedc3e2cf45243ab340 /components/layout_traits/lib.rs | |
parent | 6581e3504a60aa1e7c363cc93b1036b4a174c166 (diff) | |
download | servo-021b9e32394e4436a2a46e07628e4a19295d74ff.tar.gz servo-021b9e32394e4436a2a46e07628e4a19295d74ff.zip |
Remove the layout shutdown channel.
Nobody is listening.
Diffstat (limited to 'components/layout_traits/lib.rs')
-rw-r--r-- | components/layout_traits/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout_traits/lib.rs b/components/layout_traits/lib.rs index 0b431e71639..ad91999cc30 100644 --- a/components/layout_traits/lib.rs +++ b/components/layout_traits/lib.rs @@ -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>); } |