Remove the unused PipelineExitType field from ConstellationControlMsg::ExitPipeline.

This commit is contained in:
Ms2ger 2015-11-05 16:29:07 +01:00
parent ef20972023
commit 85a762a31a
3 changed files with 5 additions and 7 deletions

View file

@ -115,7 +115,7 @@ pub enum ConstellationControlMsg {
/// Notifies script that window has been resized but to not take immediate action.
ResizeInactive(PipelineId, WindowSizeData),
/// Notifies the script that a pipeline should be closed.
ExitPipeline(PipelineId, PipelineExitType),
ExitPipeline(PipelineId),
/// Sends a DOM event.
SendEvent(PipelineId, CompositorEvent),
/// Notifies script of the viewport.