mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +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 {
|
struct PerOriginSelectorMap {
|
||||||
normal: SelectorMap,
|
normal: SelectorMap,
|
||||||
important: SelectorMap,
|
important: SelectorMap,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue