Remove the unused ScriptControlChan type.

This commit is contained in:
Ms2ger 2016-05-24 10:18:27 +02:00
parent 7b467ee52d
commit 8ecd2debc7

View file

@ -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 {