From 56968bc0d65600124774aec74348151cfbc7ea6e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 12 Apr 2022 13:46:34 +0200 Subject: Merge text runs during paragraph layout --- src/library/layout/flow.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/library/layout') diff --git a/src/library/layout/flow.rs b/src/library/layout/flow.rs index a3947e34..6b43c8b7 100644 --- a/src/library/layout/flow.rs +++ b/src/library/layout/flow.rs @@ -62,12 +62,6 @@ impl Layout for FlowNode { } } -impl Merge for FlowChild { - fn merge(&mut self, _: &Self) -> bool { - false - } -} - impl Debug for FlowNode { fn fmt(&self, f: &mut Formatter) -> fmt::Result { f.write_str("Flow ")?; -- cgit v1.2.3