mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
LibWeb: Remove weird CSS::Length::resolved() API
This API is no longer used by anyone so let's remove it.
This commit is contained in:
parent
c6309bce0b
commit
41d518669e
Notes:
sideshowbarker
2024-07-17 07:06:47 +09:00
Author: https://github.com/awesomekling
Commit: 41d518669e
Pull-request: https://github.com/SerenityOS/serenity/pull/18684
2 changed files with 0 additions and 11 deletions
|
@ -90,8 +90,6 @@ public:
|
|||
static Length make_px(CSSPixels value);
|
||||
Length percentage_of(Percentage const&) const;
|
||||
|
||||
Length resolved(Layout::Node const& layout_node) const;
|
||||
|
||||
bool is_auto() const { return m_type == Type::Auto; }
|
||||
bool is_px() const { return m_type == Type::Px; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue