remove unused cef imports

This commit is contained in:
Mike Blumenkrantz 2015-05-19 19:15:09 -04:00
parent 02606fada4
commit a809d6b911
2 changed files with 1 additions and 3 deletions

View file

@ -22,7 +22,7 @@ use geom::size::TypedSize2D;
use gleam::gl;
use layers::geometry::DevicePixel;
use layers::platform::surface::NativeGraphicsMetadata;
use libc::{c_char, c_int, c_void};
use libc::{c_char, c_void};
use msg::constellation_msg::{Key, KeyModifiers};
use std::ptr;
use std_url::Url;