LibWeb/CSS: Remove unused CalculationNode::Type::Unparsed

I missed this in 6969d1eba3
This commit is contained in:
Sam Atkins 2025-01-20 17:50:10 +00:00 committed by Jelle Raaijmakers
parent 94a8b635c9
commit db2e879839

View File

@ -197,9 +197,6 @@ public:
Round,
Mod,
Rem,
// This only exists during parsing.
Unparsed,
};
using NumericValue = CalculatedStyleValue::CalculationResult::Value;