Remove un-used use statement

This commit is contained in:
James Gilbertson 2015-03-05 10:06:58 -07:00
parent a8cd40e270
commit 1931a69ad2

View file

@ -2688,8 +2688,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;