From ff2f7ea567924059e7dff791b6ce438c0debaa4e Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 5 Mar 2015 16:21:57 +0100 Subject: [PATCH] Remove an unused import from properties.rs. --- components/style/properties.mako.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/style/properties.mako.rs b/components/style/properties.mako.rs index 5330de59a93..11089b165ce 100644 --- a/components/style/properties.mako.rs +++ b/components/style/properties.mako.rs @@ -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;