diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-11-05 15:44:31 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-11-05 15:48:17 +0100 |
commit | eb44bdb33ab72b0ba14593a0ddffe3774874fc12 (patch) | |
tree | 26840df8b3d98b0d67382f8bae4635fe15d8ddc3 /components/compositing/pipeline.rs | |
parent | 61983323ae520372282f96b7e33ab7902dacc16b (diff) | |
download | servo-eb44bdb33ab72b0ba14593a0ddffe3774874fc12.tar.gz servo-eb44bdb33ab72b0ba14593a0ddffe3774874fc12.zip |
Remove the unused IpcSender from ChromeToPaintMsg::Exit.
Diffstat (limited to 'components/compositing/pipeline.rs')
-rw-r--r-- | components/compositing/pipeline.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/compositing/pipeline.rs b/components/compositing/pipeline.rs index ad425224d26..51b4a20ec9c 100644 --- a/components/compositing/pipeline.rs +++ b/components/compositing/pipeline.rs @@ -279,7 +279,6 @@ impl Pipeline { ConstellationControlMsg::ExitPipeline(self.id, PipelineExitType::PipelineOnly)).unwrap(); let _ = self.chrome_to_paint_chan.send(ChromeToPaintMsg::Exit( - None, PipelineExitType::PipelineOnly)); let LayoutControlChan(ref layout_channel) = self.layout_chan; let _ = layout_channel.send( |