mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
LibWeb/CSS: Remove unused CalculationNode::Type::Unparsed
I missed this in 6969d1eba3
This commit is contained in:
parent
94a8b635c9
commit
db2e879839
Notes:
github-actions[bot]
2025-01-24 12:57:37 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/db2e8798393 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3348 Reviewed-by: https://github.com/gmta ✅
1 changed files with 0 additions and 3 deletions
|
@ -197,9 +197,6 @@ public:
|
|||
Round,
|
||||
Mod,
|
||||
Rem,
|
||||
|
||||
// This only exists during parsing.
|
||||
Unparsed,
|
||||
};
|
||||
using NumericValue = CalculatedStyleValue::CalculationResult::Value;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue