Remove ScriptControlChan.

This commit is contained in:
Ms2ger 2015-08-12 16:24:09 +02:00
parent 0aae98e9c0
commit 2cdc043fcf
2 changed files with 1 additions and 6 deletions

View file

@ -172,10 +172,6 @@ pub enum CompositorEvent {
/// crates that don't need to know about them.
pub struct OpaqueScriptLayoutChannel(pub (Box<Any+Send>, Box<Any+Send>));
/// Encapsulates external communication with the script task.
#[derive(Clone)]
pub struct ScriptControlChan(pub Sender<ConstellationControlMsg>);
/// This trait allows creating a `ScriptTask` without depending on the `script`
/// crate.
pub trait ScriptTaskFactory {