mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove un-used use statement
This commit is contained in:
parent
a8cd40e270
commit
1931a69ad2
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue