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:
parent
94236c2532
commit
046ae7fe86
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