mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-20 09:21:55 +00:00
LibWeb: Remove declarations for non-existent methods
This commit is contained in:
parent
8d31e04b8a
commit
7891ad2a28
Notes:
sideshowbarker
2024-07-17 03:14:39 +09:00
Author: https://github.com/AtkinsSJ
Commit: 7891ad2a28
Pull-request: https://github.com/SerenityOS/serenity/pull/17203
Reviewed-by: https://github.com/linusg ✅
5 changed files with 0 additions and 9 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue