1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:18:12 +00:00

LibWeb: Remove unused BrowsingContext::scroll_to_anchor()

This commit is contained in:
Andreas Kling 2023-09-19 19:49:21 +02:00
parent 94236c2532
commit 046ae7fe86
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;