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/script_thread.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/script_thread.rs')
-rw-r--r-- | components/script/script_thread.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs index ed2b0e03ee8..79cccc8ad00 100644 --- a/components/script/script_thread.rs +++ b/components/script/script_thread.rs @@ -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, }; |