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/script/layout_interface.rs | |
parent | 6581e3504a60aa1e7c363cc93b1036b4a174c166 (diff) | |
download | servo-021b9e32394e4436a2a46e07628e4a19295d74ff.tar.gz servo-021b9e32394e4436a2a46e07628e4a19295d74ff.zip |
Remove the layout shutdown channel.
Nobody is listening.
Diffstat (limited to 'components/script/layout_interface.rs')
-rw-r--r-- | components/script/layout_interface.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/layout_interface.rs b/components/script/layout_interface.rs index 29dff179525..61c99bc530b 100644 --- a/components/script/layout_interface.rs +++ b/components/script/layout_interface.rs @@ -232,6 +232,5 @@ pub struct NewLayoutThreadInfo { pub script_chan: IpcSender<ConstellationControlMsg>, pub image_cache_thread: ImageCacheThread, pub paint_chan: OptionalOpaqueIpcSender, - pub layout_shutdown_chan: IpcSender<()>, pub content_process_shutdown_chan: IpcSender<()>, } |