summaryrefslogtreecommitdiff
path: root/src/library/layout/flow.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-04-12 13:46:34 +0200
committerLaurenz <laurmaedje@gmail.com>2022-04-12 17:49:22 +0200
commit56968bc0d65600124774aec74348151cfbc7ea6e (patch)
treef8d17499a14936396fc4c9e74d2349329b4486cb /src/library/layout/flow.rs
parent1101a8370f33bf31e4d9840ab8d932b8449267e8 (diff)
Merge text runs during paragraph layout
Diffstat (limited to 'src/library/layout/flow.rs')
-rw-r--r--src/library/layout/flow.rs6
1 files changed, 0 insertions, 6 deletions
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 ")?;