diff --git a/ports/cef/window.rs b/ports/cef/window.rs index b598e35abddd..7d6f08bfeef6 100644 --- a/ports/cef/window.rs +++ b/ports/cef/window.rs @@ -31,7 +31,6 @@ use std::ffi::CString; use std::os::raw::{c_char, c_void}; use std::ptr; use std::rc::Rc; -use std::sync::mpsc::{Sender, channel}; use servo_url::ServoUrl; use style_traits::cursor::Cursor; use style_traits::DevicePixel;