Remove unused PerOriginRules struct.

This commit is contained in:
Simon Sapin 2014-01-08 13:49:35 +00:00
parent 8068823948
commit 146029bc06

View file

@ -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,