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:
parent
605d24ef7d
commit
6665f0db43
4 changed files with 0 additions and 30 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue