aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/clipboard_provider.rs
diff options
context:
space:
mode:
authorKishor Bhat <kishorbhat@gmail.com>2016-01-17 12:41:28 +0530
committerKishor Bhat <kishorbhat@gmail.com>2016-01-17 12:41:28 +0530
commit1ca2073979a6223d97a6e8f5d5ebe03a00a7e249 (patch)
tree3608d483daedcc888d9ea86ab2c93c626c695f22 /components/script/clipboard_provider.rs
parent5a954d2492195aab2f3bd5a8d2775ef5c586689d (diff)
downloadservo-1ca2073979a6223d97a6e8f5d5ebe03a00a7e249.tar.gz
servo-1ca2073979a6223d97a6e8f5d5ebe03a00a7e249.zip
Remove unused imports in script
Diffstat (limited to 'components/script/clipboard_provider.rs')
-rw-r--r--components/script/clipboard_provider.rs1
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