1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:37:35 +00:00

LibWeb: Remove unused BrowsingContext::scroll_offset_did_change()

This commit is contained in:
Andreas Kling 2023-09-20 08:10:57 +02:00
parent 93e4a0de16
commit 413cc1774e
2 changed files with 0 additions and 21 deletions

View file

@ -203,8 +203,6 @@ private:
void reset_cursor_blink_cycle();
void scroll_offset_did_change();
WeakPtr<Page> m_page;
Web::EventHandler m_event_handler;