Browse Source

LibJS: Remove accidentally duplicated [[RoundingType]] enumeration

This is defined in NumberFormat's base class.
Timothy Flynn 3 năm trước cách đây
mục cha
commit
c367bcb5f8
1 tập tin đã thay đổi với 0 bổ sung7 xóa
  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,
     };
 
-    enum class RoundingType {
-        Invalid,
-        SignificantDigits,
-        FractionDigits,
-        CompactRounding,
-    };
-
     enum class Notation {
         Invalid,
         Standard,