summaryrefslogtreecommitdiff
path: root/src/library/layout
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/layout')
-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 ")?;