mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Remove unused BrowsingContext::scroll_to_anchor()
This commit is contained in:
parent
94236c2532
commit
046ae7fe86
Notes:
sideshowbarker
2024-07-17 04:34:25 +09:00
Author: https://github.com/awesomekling
Commit: 046ae7fe86
Pull-request: https://github.com/SerenityOS/serenity/pull/21167
Reviewed-by: https://github.com/AtkinsSJ ✅
2 changed files with 0 additions and 40 deletions
|
@ -136,7 +136,6 @@ public:
|
|||
Web::EventHandler const& event_handler() const { return m_event_handler; }
|
||||
|
||||
void scroll_to(CSSPixelPoint);
|
||||
void scroll_to_anchor(DeprecatedString const&);
|
||||
|
||||
JS::GCPtr<BrowsingContext> top_level_browsing_context() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue