style: Remove -moz-binding, nsStyleDisplay::mBinding and similar.

Differential Revision: https://phabricator.services.mozilla.com/D50556
This commit is contained in:
Emilio Cobos Álvarez 2019-10-26 11:37:33 +00:00
parent 5f30ecc9b1
commit fc1233f3d2
4 changed files with 1 additions and 38 deletions

View file

@ -276,11 +276,6 @@ impl ComputedValuesInner {
pub fn get_raw_visited_style(&self) -> &Option<RawOffsetArc<ComputedValues>> {
&self.visited_style
}
#[allow(non_snake_case)]
pub fn has_moz_binding(&self) -> bool {
!self.get_box().gecko.mBinding.is_none()
}
}
<%def name="declare_style_struct(style_struct)">