Remove unused argument to place_float_if_applicable.

This commit is contained in:
Ms2ger 2016-06-20 10:58:06 +02:00
parent fa0f2898fb
commit 2383cb2eee
6 changed files with 11 additions and 11 deletions

View file

@ -228,7 +228,7 @@ pub trait Flow: fmt::Debug + Sync + Send + 'static {
-> StackingContextId;
/// If this is a float, places it. The default implementation does nothing.
fn place_float_if_applicable<'a>(&mut self, _: &'a LayoutContext<'a>) {}
fn place_float_if_applicable<'a>(&mut self) {}
/// Assigns block-sizes in-order; or, if this is a float, places the float. The default
/// implementation simply assigns block-sizes if this flow might have floats in. Returns true