auto merge of #5155 : Ms2ger/servo/unused-import, r=SimonSapin

This commit is contained in:
bors-servo 2015-03-05 08:27:50 -07:00
commit caf5663e09

View file

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