mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:27:35 +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,
|
Accounting,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class RoundingType {
|
|
||||||
Invalid,
|
|
||||||
SignificantDigits,
|
|
||||||
FractionDigits,
|
|
||||||
CompactRounding,
|
|
||||||
};
|
|
||||||
|
|
||||||
enum class Notation {
|
enum class Notation {
|
||||||
Invalid,
|
Invalid,
|
||||||
Standard,
|
Standard,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue