From b8d8e1528625bbb211e02cc6a23fa605d3fe9b03 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 26 Jul 2017 08:44:08 -0400 Subject: [PATCH] Remove unused CEF import. --- ports/cef/window.rs | 1 - 1 file changed, 1 deletion(-) 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;