LibWeb: Remove unused Page::load(LoadRequest&)

This commit is contained in:
Aliaksandr Kalenik 2023-08-24 22:46:32 +02:00 committed by Andreas Kling
commit 7dd01b245b
Notes: sideshowbarker 2024-07-16 23:08:48 +09:00
2 changed files with 0 additions and 5 deletions

View file

@ -59,7 +59,6 @@ public:
void set_focused_browsing_context(Badge<EventHandler>, HTML::BrowsingContext&);
void load(const AK::URL&);
void load(LoadRequest&);
void load_html(StringView, const AK::URL&);