mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
Ladybird: Remove unused PageClient override
This commit is contained in:
parent
5a5473a38e
commit
b1cc1bd47b
Notes:
sideshowbarker
2024-07-17 02:46:38 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/b1cc1bd47b Pull-request: https://github.com/SerenityOS/serenity/pull/16583 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/linusg
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…
Reference in a new issue