Remove the unused IpcSender from ChromeToPaintMsg::Exit.

This commit is contained in:
Ms2ger 2015-11-05 15:44:31 +01:00
parent 61983323ae
commit eb44bdb33a
2 changed files with 10 additions and 4 deletions

View file

@ -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(