diff options
author | Ms2ger <ms2ger@gmail.com> | 2015-03-05 16:21:57 +0100 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2015-03-05 16:21:57 +0100 |
commit | ff2f7ea567924059e7dff791b6ce438c0debaa4e (patch) | |
tree | 6a2f973be16ad60f553458cb8e918c3c8da97bed | |
parent | 67548a6244f0cf92f6b71507b69dceb2115d1aa2 (diff) | |
download | servo-ff2f7ea567924059e7dff791b6ce438c0debaa4e.tar.gz servo-ff2f7ea567924059e7dff791b6ce438c0debaa4e.zip |
Remove an unused import from properties.rs.
-rw-r--r-- | components/style/properties.mako.rs | 2 |
1 files changed, 0 insertions, 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; |