mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 01:08:11 +00:00
Ladybird: Remove unused PageClient override
This commit is contained in:
parent
5a5473a38e
commit
b1cc1bd47b
1 changed files with 0 additions and 4 deletions
|
@ -167,10 +167,6 @@ public:
|
|||
emit m_view.title_changed(title.characters());
|
||||
}
|
||||
|
||||
virtual void page_did_set_document_in_top_level_browsing_context(Web::DOM::Document*) override
|
||||
{
|
||||
}
|
||||
|
||||
virtual void page_did_start_loading(AK::URL const& url) override
|
||||
{
|
||||
emit m_view.loadStarted(url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue