mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
LibWeb: Remove unused Page::load(LoadRequest&)
This commit is contained in:
parent
d559fb8b7e
commit
7dd01b245b
2 changed files with 0 additions and 5 deletions
|
@ -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&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue