diff options
Diffstat (limited to 'src/library/layout/flow.rs')
| -rw-r--r-- | src/library/layout/flow.rs | 6 |
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 ")?; |
