mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
WebContent: Remove unnecessary [[maybe_unused]] attributes
Noticed while copy-pasting this method to a did-click-link method.
This commit is contained in:
parent
71b25e3e5a
commit
3ff965d672
Notes:
github-actions[bot]
2024-08-02 06:08:07 +00:00
Author: https://github.com/trflynn89
Commit: 3ff965d672
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/925
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ void PageClient::page_did_unhover_link()
|
|||
client().async_did_unhover_link(m_id);
|
||||
}
|
||||
|
||||
void PageClient::page_did_middle_click_link(URL::URL const& url, [[maybe_unused]] ByteString const& target, [[maybe_unused]] unsigned modifiers)
|
||||
void PageClient::page_did_middle_click_link(URL::URL const& url, ByteString const& target, unsigned modifiers)
|
||||
{
|
||||
client().async_did_middle_click_link(m_id, url, target, modifiers);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue