diff --git a/Userland/Libraries/LibJS/Runtime/Intl/NumberFormat.h b/Userland/Libraries/LibJS/Runtime/Intl/NumberFormat.h index 56caf70875..87921eef3e 100644 --- a/Userland/Libraries/LibJS/Runtime/Intl/NumberFormat.h +++ b/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,