Skip to content

Commit

Permalink
LibWeb/CSS: Remove now-redundant CalculationNode::to_string()
Browse files Browse the repository at this point in the history
The main users were the `dump()` functions, which now dump their
children instead, which is more correct anyway.

The others are for serializing numeric values, so
NumericCalculationNode's to_string() is renamed to value_to_string
() and used for those for convenience.
  • Loading branch information
AtkinsSJ committed Feb 27, 2025
1 parent fe5d5d5 commit 7f83037
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 291 deletions.
Loading

0 comments on commit 7f83037

Please sign in to comment.