1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:28:13 +00:00

LibJS: Remove accidentally duplicated [[RoundingType]] enumeration

This is defined in NumberFormat's base class.
This commit is contained in:
Timothy Flynn 2022-07-16 09:41:37 -04:00 committed by Linus Groh
parent 6619483169
commit c367bcb5f8

View file

@ -129,13 +129,6 @@ public:
Accounting,
};
enum class RoundingType {
Invalid,
SignificantDigits,
FractionDigits,
CompactRounding,
};
enum class Notation {
Invalid,
Standard,