mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Remove the unused ScriptControlChan type.
This commit is contained in:
parent
7b467ee52d
commit
8ecd2debc7
1 changed files with 0 additions and 4 deletions
|
@ -338,10 +338,6 @@ pub struct InitialScriptState {
|
||||||
pub content_process_shutdown_chan: IpcSender<()>,
|
pub content_process_shutdown_chan: IpcSender<()>,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Encapsulates external communication with the script thread.
|
|
||||||
#[derive(Clone, Deserialize, Serialize)]
|
|
||||||
pub struct ScriptControlChan(pub IpcSender<ConstellationControlMsg>);
|
|
||||||
|
|
||||||
/// This trait allows creating a `ScriptThread` without depending on the `script`
|
/// This trait allows creating a `ScriptThread` without depending on the `script`
|
||||||
/// crate.
|
/// crate.
|
||||||
pub trait ScriptThreadFactory {
|
pub trait ScriptThreadFactory {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue