Remove the unused PipelineExitType field from LayoutControlMsg::ExitNow.

This commit is contained in:
Ms2ger 2015-11-05 16:32:08 +01:00
parent f37b8e9f4d
commit 7d3f7220f7
3 changed files with 5 additions and 6 deletions

View file

@ -492,7 +492,7 @@ impl LayoutTask {
self.handle_request_helper(Msg::GetWebFontLoadState(sender),
possibly_locked_rw_data)
}
LayoutControlMsg::ExitNow(_) => {
LayoutControlMsg::ExitNow => {
self.handle_request_helper(Msg::ExitNow,
possibly_locked_rw_data)
}