Fix a few warnings in cef build

This commit is contained in:
Glenn Watson 2015-05-15 13:48:03 +10:00
parent a97f81b83d
commit 676c59cc18
3 changed files with 1 additions and 3 deletions

View file

@ -16,7 +16,6 @@ use wrappers::CefWrap;
use compositing::windowing::{WindowNavigateMsg, WindowEvent};
use glutin_app;
use libc::c_int;
use std::borrow::ToOwned;
use std::cell::{Cell, RefCell, BorrowState};
use std::ptr;
use std::sync::atomic::{AtomicIsize, Ordering};