mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibWeb/CSS: Remove unused ProductOperation enum
This commit is contained in:
parent
0149f7d4e4
commit
2192868a0e
Notes:
github-actions[bot]
2024-12-21 17:15:45 +00:00
Author: https://github.com/AtkinsSJ
Commit: 2192868a0e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2966
1 changed files with 0 additions and 4 deletions
|
@ -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>;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue