mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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<()>,
|
||||
}
|
||||
|
||||
/// 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`
|
||||
/// crate.
|
||||
pub trait ScriptThreadFactory {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue