diff --git a/components/style/properties.mako.rs b/components/style/properties.mako.rs index c2fca142c713..5e57d9a68add 100644 --- a/components/style/properties.mako.rs +++ b/components/style/properties.mako.rs @@ -2688,8 +2688,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;