mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibWeb: Delete unused Range::normalized()
This commit is contained in:
parent
bc8870d019
commit
481ab338b4
Notes:
github-actions[bot]
2025-07-03 13:02:08 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 481ab338b4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5282
Reviewed-by: https://github.com/gmta ✅
2 changed files with 0 additions and 16 deletions
|
@ -58,7 +58,6 @@ public:
|
|||
WebIDL::ExceptionOr<WebIDL::Short> compare_boundary_points(WebIDL::UnsignedShort how, Range const& source_range) const;
|
||||
|
||||
GC::Ref<Range> inverted() const;
|
||||
GC::Ref<Range> normalized() const;
|
||||
GC::Ref<Range> clone_range() const;
|
||||
|
||||
GC::Ref<Node> common_ancestor_container() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue