all: remove dead code
This commit is contained in:
parent
a20008d446
commit
8cee61122e
32 changed files with 9 additions and 145 deletions
|
|
@ -586,8 +586,6 @@ impl Node for FloatNode {
|
|||
}
|
||||
|
||||
impl ContainingNode for FloatNode {
|
||||
containing_node_impl!();
|
||||
|
||||
fn cnode_replace_child(self: Rc<Self>, _old: &dyn Node, new: Rc<dyn ToplevelNode>) {
|
||||
self.discard_child_properties();
|
||||
self.child.set(Some(new.clone()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue