mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Remove the unused PipelineExitType field from layout_interface::Msg::ExitNow.
This commit is contained in:
parent
5cd250602f
commit
ad33d920e7
3 changed files with 9 additions and 9 deletions
|
@ -14,7 +14,7 @@ use ipc_channel::ipc::{IpcReceiver, IpcSender};
|
|||
use libc::uintptr_t;
|
||||
use msg::compositor_msg::Epoch;
|
||||
use msg::compositor_msg::LayerId;
|
||||
use msg::constellation_msg::{ConstellationChan, Failure, PipelineExitType, PipelineId};
|
||||
use msg::constellation_msg::{ConstellationChan, Failure, PipelineId};
|
||||
use msg::constellation_msg::{WindowSizeData};
|
||||
use net_traits::PendingAsyncLoad;
|
||||
use net_traits::image_cache_task::ImageCacheTask;
|
||||
|
@ -78,7 +78,7 @@ pub enum Msg {
|
|||
|
||||
/// Requests that the layout task immediately shut down. There must be no more nodes left after
|
||||
/// this, or layout will crash.
|
||||
ExitNow(PipelineExitType),
|
||||
ExitNow,
|
||||
|
||||
/// Get the last epoch counter for this layout task.
|
||||
GetCurrentEpoch(IpcSender<Epoch>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue