aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_traits
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-06-04 11:14:02 +0200
committerMs2ger <Ms2ger@gmail.com>2016-06-04 13:24:32 +0200
commit021b9e32394e4436a2a46e07628e4a19295d74ff (patch)
tree2b9941af82a9d6d0df755bedc3e2cf45243ab340 /components/script_traits
parent6581e3504a60aa1e7c363cc93b1036b4a174c166 (diff)
downloadservo-021b9e32394e4436a2a46e07628e4a19295d74ff.tar.gz
servo-021b9e32394e4436a2a46e07628e4a19295d74ff.zip
Remove the layout shutdown channel.
Nobody is listening.
Diffstat (limited to 'components/script_traits')
-rw-r--r--components/script_traits/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs
index 03bdf4b12b5..93239e5b42e 100644
--- a/components/script_traits/lib.rs
+++ b/components/script_traits/lib.rs
@@ -104,8 +104,6 @@ pub struct NewLayoutInfo {
pub panic_chan: IpcSender<PanicMsg>,
/// A sender for the layout thread to communicate to the constellation.
pub layout_to_constellation_chan: IpcSender<LayoutMsg>,
- /// A shutdown channel so that layout can notify others when it's done.
- pub layout_shutdown_chan: IpcSender<()>,
/// A shutdown channel so that layout can tell the content process to shut down when it's done.
pub content_process_shutdown_chan: IpcSender<()>,
}