Remove unused imports.

This commit is contained in:
Ms2ger 2015-06-27 19:37:12 +02:00
parent 82be491fa3
commit 108c9b161c
3 changed files with 1 additions and 6 deletions

View file

@ -60,7 +60,6 @@ use dom::virtualmethods::{VirtualMethods, vtable_for};
use devtools_traits::AttrInfo;
use smallvec::VecLike;
use style;
use style::legacy::{UnsignedIntegerAttribute, from_declaration};
use style::properties::{PropertyDeclarationBlock, PropertyDeclaration, parse_style_attribute};
use style::properties::DeclaredValue::SpecifiedValue;