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

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

View file

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