mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
LibWeb: Remove unused Document::on_layout_updated hook
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user