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:
parent
6619483169
commit
c367bcb5f8
1 changed files with 0 additions and 7 deletions
|
@ -129,13 +129,6 @@ public:
|
|||
Accounting,
|
||||
};
|
||||
|
||||
enum class RoundingType {
|
||||
Invalid,
|
||||
SignificantDigits,
|
||||
FractionDigits,
|
||||
CompactRounding,
|
||||
};
|
||||
|
||||
enum class Notation {
|
||||
Invalid,
|
||||
Standard,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue