Remove an unused import from properties.rs.

This commit is contained in:
Ms2ger 2015-03-05 16:21:57 +01:00
parent 67548a6244
commit ff2f7ea567

View file

@ -2687,8 +2687,6 @@ pub mod shorthands {
use properties::longhands::{background_color, background_position, background_repeat}; use properties::longhands::{background_color, background_position, background_repeat};
use properties::longhands::{background_attachment, background_image, background_size}; use properties::longhands::{background_attachment, background_image, background_size};
use cssparser::Token;
let mut color = None; let mut color = None;
let mut image = None; let mut image = None;
let mut position = None; let mut position = None;