Remove unused ScrollRootId::to_stacking_context_id.

This commit is contained in:
Ms2ger 2017-01-04 11:28:58 +01:00
parent ed3f53211c
commit 1c614aedd3

View file

@ -211,11 +211,6 @@ impl ScrollRootId {
pub fn fragment_type(&self) -> FragmentType {
FragmentType::from_usize(self.0 & 3)
}
#[inline]
pub fn to_stacking_context_id(&self) -> StackingContextId {
StackingContextId(self.0)
}
}
/// The type of fragment that a stacking context represents.