LibWeb: Remove unused BrowsingContext::scroll_to_anchor()

This commit is contained in:
Andreas Kling 2023-09-19 19:49:21 +02:00
commit 046ae7fe86
Notes: sideshowbarker 2024-07-17 04:34:25 +09:00
2 changed files with 0 additions and 40 deletions

View file

@ -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;