mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove the unused IpcSender from ChromeToPaintMsg::Exit.
This commit is contained in:
parent
61983323ae
commit
eb44bdb33a
2 changed files with 10 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue