mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:17:35 +00:00
LibWeb: Remove declarations for non-existent methods
This commit is contained in:
parent
8d31e04b8a
commit
7891ad2a28
5 changed files with 0 additions and 9 deletions
|
@ -313,8 +313,6 @@ public:
|
|||
|
||||
bool is_following(Node const&) const;
|
||||
|
||||
void prepend_child(JS::NonnullGCPtr<Node> node);
|
||||
|
||||
Node* next_in_pre_order()
|
||||
{
|
||||
if (first_child())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue