mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
remove unused cef imports
This commit is contained in:
parent
02606fada4
commit
a809d6b911
2 changed files with 1 additions and 3 deletions
|
@ -11,13 +11,11 @@ use interfaces::{cef_request_context_t};
|
|||
use servo::Browser;
|
||||
use types::{cef_browser_settings_t, cef_string_t, cef_window_info_t, cef_window_handle_t};
|
||||
use window;
|
||||
use wrappers::CefWrap;
|
||||
|
||||
use compositing::windowing::{WindowNavigateMsg, WindowEvent};
|
||||
use glutin_app;
|
||||
use libc::c_int;
|
||||
use std::cell::{Cell, RefCell, BorrowState};
|
||||
use std::ptr;
|
||||
use std::rc::Rc;
|
||||
use std::sync::atomic::{AtomicIsize, Ordering};
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue