mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
LibWeb: Remove accidentally committed changes from b72f067f0d
This commit is contained in:
parent
5ff355c0cd
commit
5a58f42e3c
3 changed files with 1 additions and 8 deletions
|
@ -82,7 +82,6 @@ public:
|
|||
|
||||
RefPtr<Node> append_child(NonnullRefPtr<Node>, bool notify = true);
|
||||
RefPtr<Node> insert_before(NonnullRefPtr<Node> node, RefPtr<Node> child, bool notify = true);
|
||||
RefPtr<Node> remove_child(NonnullRefPtr<Node>);
|
||||
|
||||
virtual RefPtr<Layout::Node> create_layout_node();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue