aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/script_traits/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs
index 7e3ebc9541d..2dee02fec59 100644
--- a/components/script_traits/lib.rs
+++ b/components/script_traits/lib.rs
@@ -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 {