mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 14:05:08 +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
|
@ -56,10 +56,6 @@ OutOfProcessWebView::OutOfProcessWebView()
|
|||
vertical_scrollbar().set_value(position.y());
|
||||
};
|
||||
|
||||
on_scroll_into_view = [this](auto rect) {
|
||||
scroll_into_view(rect, true, true);
|
||||
};
|
||||
|
||||
on_cursor_change = [this](auto cursor) {
|
||||
set_override_cursor(cursor);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue