mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:27:34 +00:00
LibWeb: Remove unused CSS::Length::relative_length_to_px(Layout::Node)
This commit is contained in:
parent
23561133aa
commit
d413d0557d
2 changed files with 0 additions and 8 deletions
|
@ -137,7 +137,6 @@ public:
|
|||
float relative_length_to_px(Gfx::IntRect const& viewport_rect, Gfx::FontMetrics const& font_metrics, float root_font_size) const;
|
||||
|
||||
private:
|
||||
float relative_length_to_px(const Layout::Node&) const;
|
||||
float resolve_calculated_value(const Layout::Node& layout_node, float reference_for_percent) const;
|
||||
|
||||
const char* unit_name() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue