style: Remove mozmm CSS unit.

Bug: 1416564
Reviewed-by: heycam
MozReview-Commit-ID: AU4CUq09tw4
This commit is contained in:
Emilio Cobos Álvarez 2017-11-12 15:56:12 +01:00
parent c261ff38c7
commit eac0d104a3
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
5 changed files with 2 additions and 94 deletions

View file

@ -36,9 +36,6 @@ impl ToComputedValue for specified::NoCalcLength {
length.to_computed_value(context.viewport_size_for_viewport_unit_resolution()),
specified::NoCalcLength::ServoCharacterWidth(length) =>
length.to_computed_value(context.style().get_font().clone_font_size().size()),
#[cfg(feature = "gecko")]
specified::NoCalcLength::Physical(length) =>
length.to_computed_value(context),
}
}