浏览代码

LibJS: Remove accidentally duplicated [[RoundingType]] enumeration

This is defined in NumberFormat's base class.
Timothy Flynn 3 年之前
父节点
当前提交
c367bcb5f8
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      Userland/Libraries/LibJS/Runtime/Intl/NumberFormat.h

+ 0 - 7
Userland/Libraries/LibJS/Runtime/Intl/NumberFormat.h

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