mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 09:12:13 -05: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: https://github.com/LadybirdBrowser/ladybird/commit/2192868a0ed Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2966
1 changed files with 0 additions and 4 deletions
|
@ -42,10 +42,6 @@ public:
|
|||
Add,
|
||||
Subtract,
|
||||
};
|
||||
enum class ProductOperation {
|
||||
Multiply,
|
||||
Divide,
|
||||
};
|
||||
|
||||
using PercentageBasis = Variant<Empty, Angle, Flex, Frequency, Length, Time>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue