Skip to content

Commit

Permalink
Remove un-used use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
luniv committed Mar 5, 2015
1 parent a8cd40e commit 1931a69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/style/properties.mako.rs
Expand Up @@ -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;
Expand Down

13 comments on commit 1931a69

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from SimonSapin
at luniv@1931a69

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging luniv/servo/viewpoint-percent-lengths = 1931a69 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

luniv/servo/viewpoint-percent-lengths = 1931a69 merged ok, testing candidate = 090feb5

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from SimonSapin
at luniv@1931a69

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging luniv/servo/viewpoint-percent-lengths = 1931a69 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

luniv/servo/viewpoint-percent-lengths = 1931a69 merged ok, testing candidate = 9f20946

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from SimonSapin
at luniv@1931a69

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging luniv/servo/viewpoint-percent-lengths = 1931a69 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

luniv/servo/viewpoint-percent-lengths = 1931a69 merged ok, testing candidate = a557b51

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = a557b51

Please sign in to comment.