Remove unused imports in script

This commit is contained in:
Kishor Bhat 2016-01-17 12:41:28 +05:30
parent 5a954d2492
commit 1ca2073979
6 changed files with 0 additions and 6 deletions

View file

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