Remove unused CEF import.

This commit is contained in:
Josh Matthews 2017-07-26 08:44:08 -04:00 committed by GitHub
parent f86399d1e5
commit b8d8e15286

View file

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