mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove unused PerOriginRules struct.
This commit is contained in:
parent
8068823948
commit
146029bc06
1 changed files with 0 additions and 15 deletions
|
@ -379,21 +379,6 @@ impl Stylist {
|
|||
}
|
||||
}
|
||||
|
||||
struct PerOriginRules {
|
||||
normal: ~[Rule],
|
||||
important: ~[Rule],
|
||||
}
|
||||
|
||||
impl PerOriginRules {
|
||||
#[inline]
|
||||
fn new() -> PerOriginRules {
|
||||
PerOriginRules {
|
||||
normal: ~[],
|
||||
important: ~[],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
struct PerOriginSelectorMap {
|
||||
normal: SelectorMap,
|
||||
important: SelectorMap,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue