mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 14:33:47 +00:00
remove dead code Page._appendNode
This commit is contained in:
@@ -2188,10 +2188,6 @@ pub fn insertAllChildrenBefore(self: *Page, fragment: *Node, target: *Node, ref_
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn _appendNode(self: *Page, comptime from_parser: bool, parent: *Node, child: *Node, opts: InsertNodeOpts) !void {
|
|
||||||
self._insertNodeRelative(from_parser, parent, child, .append, opts);
|
|
||||||
}
|
|
||||||
|
|
||||||
const InsertNodeRelative = union(enum) {
|
const InsertNodeRelative = union(enum) {
|
||||||
append,
|
append,
|
||||||
after: *Node,
|
after: *Node,
|
||||||
|
|||||||
Reference in New Issue
Block a user