mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb/CSS: Remove unused ProductOperation enum
This commit is contained in:
committed by
Andreas Kling
parent
0149f7d4e4
commit
2192868a0e
@@ -42,10 +42,6 @@ public:
|
|||||||
Add,
|
Add,
|
||||||
Subtract,
|
Subtract,
|
||||||
};
|
};
|
||||||
enum class ProductOperation {
|
|
||||||
Multiply,
|
|
||||||
Divide,
|
|
||||||
};
|
|
||||||
|
|
||||||
using PercentageBasis = Variant<Empty, Angle, Flex, Frequency, Length, Time>;
|
using PercentageBasis = Variant<Empty, Angle, Flex, Frequency, Length, Time>;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user