mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:57:44 +00:00
LibWeb: Delete unused document_tree_child_browsing_context_count()
The function is no longer needed with navigables.
This commit is contained in:
parent
605d24ef7d
commit
6665f0db43
4 changed files with 0 additions and 30 deletions
|
@ -85,8 +85,6 @@ public:
|
|||
|
||||
JS::GCPtr<Navigable> navigable() const;
|
||||
|
||||
size_t document_tree_child_browsing_context_count() const;
|
||||
|
||||
ImportMap const& import_map() const { return m_import_map; }
|
||||
|
||||
bool import_maps_allowed() const { return m_import_maps_allowed; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue