mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibWeb+WebContent: Remove unused page_did_click_link()
Not used since we migrated to navigables.
This commit is contained in:
parent
d87f3a4101
commit
56658b5354
Notes:
sideshowbarker
2024-07-16 23:13:25 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 56658b5354
Pull-request: https://github.com/SerenityOS/serenity/pull/22380
3 changed files with 0 additions and 7 deletions
|
@ -312,11 +312,6 @@ void PageClient::page_did_unhover_link()
|
|||
client().async_did_unhover_link();
|
||||
}
|
||||
|
||||
void PageClient::page_did_click_link(const URL& url, ByteString const& target, unsigned modifiers)
|
||||
{
|
||||
client().async_did_click_link(url, target, modifiers);
|
||||
}
|
||||
|
||||
void PageClient::page_did_middle_click_link(const URL& url, [[maybe_unused]] ByteString const& target, [[maybe_unused]] unsigned modifiers)
|
||||
{
|
||||
client().async_did_middle_click_link(url, target, modifiers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue