mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:24:58 +00:00
LibWebView+Ladybird: Remove unused on_scroll_into_view callback
Leftover from 9624eca116
This commit is contained in:
parent
6032c06f6b
commit
d87f3a4101
4 changed files with 0 additions and 33 deletions
|
@ -132,7 +132,6 @@ public:
|
|||
Function<void(Gfx::Bitmap const&)> on_favicon_change;
|
||||
Function<void(i32, i32)> on_scroll_by_delta;
|
||||
Function<void(Gfx::IntPoint)> on_scroll_to_point;
|
||||
Function<void(Gfx::IntRect)> on_scroll_into_view;
|
||||
Function<void(Gfx::StandardCursor)> on_cursor_change;
|
||||
Function<void(Gfx::IntPoint, ByteString const&)> on_enter_tooltip_area;
|
||||
Function<void()> on_leave_tooltip_area;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue