mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove an unused import from properties.rs.
This commit is contained in:
parent
67548a6244
commit
ff2f7ea567
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue