diff options
Diffstat (limited to 'components/script/clipboard_provider.rs')
-rw-r--r-- | components/script/clipboard_provider.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/clipboard_provider.rs b/components/script/clipboard_provider.rs index 5c88a72aad4..c11944f1697 100644 --- a/components/script/clipboard_provider.rs +++ b/components/script/clipboard_provider.rs @@ -6,7 +6,6 @@ use ipc_channel::ipc; use msg::constellation_msg::ConstellationChan; use script_traits::ScriptMsg as ConstellationMsg; use std::borrow::ToOwned; -use std::sync::mpsc::channel; pub trait ClipboardProvider { // blocking method to get the clipboard contents |