Remove unused imports in layout

This commit is contained in:
Kishor Bhat 2016-01-17 13:09:03 +05:30
parent 5a954d2492
commit 4c5eeb1f58
4 changed files with 2 additions and 4 deletions

View file

@ -40,7 +40,6 @@ use net_traits::image::base::{Image, PixelFormat};
use net_traits::image_cache_thread::UsePlaceholder;
use std::default::Default;
use std::sync::Arc;
use std::sync::mpsc::channel;
use std::{cmp, f32};
use style::computed_values::filter::Filter;
use style::computed_values::{background_attachment, background_clip, background_origin};