Some further removals

This commit is contained in:
est31 2019-05-30 14:28:39 +02:00
parent 3efc5e59bc
commit bb6052ca8e
3 changed files with 0 additions and 20 deletions

View file

@ -24,12 +24,6 @@ pub struct RecalcStyleAndConstructFlows<'a> {
context: LayoutContext<'a>,
}
impl<'a> RecalcStyleAndConstructFlows<'a> {
pub fn layout_context(&self) -> &LayoutContext<'a> {
&self.context
}
}
impl<'a> RecalcStyleAndConstructFlows<'a> {
/// Creates a traversal context, taking ownership of the shared layout context.
pub fn new(context: LayoutContext<'a>) -> Self {