1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:27:45 +00:00

LibLocale: Remove compact currency patterns

These are no longer used by the Intl.NumberFormat implementation.
This commit is contained in:
Timothy Flynn 2023-09-04 09:33:31 -04:00 committed by Andreas Kling
parent ca0d926036
commit bb4eca2037
2 changed files with 1 additions and 15 deletions

View file

@ -33,7 +33,6 @@ enum class CompactNumberFormatType : u8 {
DecimalLong,
DecimalShort,
CurrencyUnit,
CurrencyShort,
};
struct NumberFormat {