mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 22:58:12 +00:00
LibWeb: Remove unused Document::on_layout_updated hook
This commit is contained in:
parent
747b21782e
commit
59f9b32a44
2 changed files with 0 additions and 3 deletions
|
@ -262,8 +262,6 @@ void Document::update_layout()
|
|||
return;
|
||||
|
||||
layout();
|
||||
if (on_layout_updated)
|
||||
on_layout_updated();
|
||||
}
|
||||
|
||||
RefPtr<LayoutNode> Document::create_layout_node(const StyleProperties*) const
|
||||
|
|
|
@ -109,7 +109,6 @@ public:
|
|||
|
||||
void update_style();
|
||||
void update_layout();
|
||||
Function<void()> on_layout_updated;
|
||||
|
||||
virtual bool is_child_allowed(const Node&) const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue