mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
removed unused import
This commit is contained in:
parent
1c1aaa5a88
commit
cbe0810e63
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ use style::selector_parser::{NonTSPseudoClass, RestyleDamage, SelectorImpl, Sele
|
|||
use style::sink::Push;
|
||||
use style::stylist::ApplicableDeclarationBlock;
|
||||
use style::values::CSSFloat;
|
||||
use style::values::specified::{self, CSSColor, CSSRGBA, LengthOrPercentage};
|
||||
use style::values::specified::{self, CSSColor, CSSRGBA};
|
||||
use stylesheet_loader::StylesheetOwner;
|
||||
|
||||
// TODO: Update focus state when the top-level browsing context gains or loses system focus,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue