1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:47:45 +00:00

LibWeb: Delete unused document_tree_child_browsing_context_count()

The function is no longer needed with navigables.
This commit is contained in:
Aliaksandr Kalenik 2023-09-03 23:04:35 +02:00 committed by Andreas Kling
parent 605d24ef7d
commit 6665f0db43
4 changed files with 0 additions and 30 deletions

View file

@ -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; }