mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +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
|
@ -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