Remove the unused native argument from spawn_named_with_send_on_failure.

This commit is contained in:
Ms2ger 2015-01-05 08:58:00 +01:00
parent 76b0e2d3c7
commit c4e44b568a
4 changed files with 4 additions and 5 deletions

View file

@ -202,7 +202,7 @@ impl LayoutTaskFactory for LayoutTask {
layout.start();
}
shutdown_chan.send(());
}, ConstellationMsg::Failure(failure_msg), con_chan, false);
}, ConstellationMsg::Failure(failure_msg), con_chan);
}
}