LibUnicode: Remove the Unicode::Style::Numeric value

It is unused.
This commit is contained in:
Timothy Flynn 2022-01-25 11:52:19 -05:00 committed by Linus Groh
parent a027ccad75
commit 7f6edb7976
Notes: sideshowbarker 2024-07-17 20:15:10 +09:00

View file

@ -82,7 +82,6 @@ enum class Style : u8 {
Long,
Short,
Narrow,
Numeric,
};
struct DisplayPattern {