mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
LibWeb: Remove unused Layout::Node::did_insert_into_layout_tree()
This commit is contained in:
parent
77628289c6
commit
e36750d591
3 changed files with 0 additions and 9 deletions
|
@ -170,8 +170,6 @@ public:
|
|||
|
||||
NonnullRefPtr<NodeWithStyle> create_anonymous_wrapper() const;
|
||||
|
||||
void did_insert_into_layout_tree(CSS::StyleProperties const&);
|
||||
|
||||
protected:
|
||||
NodeWithStyle(DOM::Document&, DOM::Node*, NonnullRefPtr<CSS::StyleProperties>);
|
||||
NodeWithStyle(DOM::Document&, DOM::Node*, CSS::ComputedValues);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue