1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:18:12 +00:00

LibWeb: Remove declarations for non-existent methods

This commit is contained in:
Sam Atkins 2023-01-27 17:10:00 +00:00 committed by Linus Groh
parent 8d31e04b8a
commit 7891ad2a28
5 changed files with 0 additions and 9 deletions

View file

@ -27,7 +27,6 @@ public:
auto const& browsing_context_set() const { return m_browsing_context_set; }
void append(BrowsingContext&);
void remove(BrowsingContext&);
private:
explicit BrowsingContextGroup(Web::Page&);