1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:07:46 +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

@ -169,8 +169,6 @@ public:
ChosenBrowsingContext choose_a_browsing_context(StringView name, TokenizedFeature::NoOpener no_opener, ActivateTab = ActivateTab::Yes);
size_t document_tree_child_browsing_context_count() const;
bool is_child_of(BrowsingContext const&) const;
HTML::NavigableContainer* container() { return m_container; }