mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb/CSS: Remove unused CalculationNode::Type::Unparsed
I missed this in 6969d1eba3
This commit is contained in:
committed by
Jelle Raaijmakers
parent
94a8b635c9
commit
db2e879839
@@ -197,9 +197,6 @@ public:
|
|||||||
Round,
|
Round,
|
||||||
Mod,
|
Mod,
|
||||||
Rem,
|
Rem,
|
||||||
|
|
||||||
// This only exists during parsing.
|
|
||||||
Unparsed,
|
|
||||||
};
|
};
|
||||||
using NumericValue = CalculatedStyleValue::CalculationResult::Value;
|
using NumericValue = CalculatedStyleValue::CalculationResult::Value;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user