LibWeb: Remove did_request_scroll_to IPC call

No longer used after moving scrollbar painting into WebContent.
This commit is contained in:
Aliaksandr Kalenik 2024-06-03 19:31:25 +03:00 committed by Andreas Kling
parent cc3d95a356
commit 94eacf6da7
Notes: sideshowbarker 2024-07-17 02:39:10 +09:00
7 changed files with 0 additions and 26 deletions

View file

@ -154,7 +154,6 @@ public:
Function<void()> on_navigate_forward;
Function<void()> on_refresh;
Function<void(Gfx::Bitmap const&)> on_favicon_change;
Function<void(Gfx::IntPoint)> on_scroll_to_point;
Function<void(Gfx::StandardCursor)> on_cursor_change;
Function<void(Gfx::IntPoint, ByteString const&)> on_enter_tooltip_area;
Function<void()> on_leave_tooltip_area;