mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
LibUnicode: Remove the Unicode::Style::Numeric value
It is unused.
This commit is contained in:
parent
a027ccad75
commit
7f6edb7976
Notes:
sideshowbarker
2024-07-17 20:15:10 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/7f6edb7976c Pull-request: https://github.com/SerenityOS/serenity/pull/12131 Reviewed-by: https://github.com/linusg ✅
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ enum class Style : u8 {
|
|||
Long,
|
||||
Short,
|
||||
Narrow,
|
||||
Numeric,
|
||||
};
|
||||
|
||||
struct DisplayPattern {
|
||||
|
|
Loading…
Add table
Reference in a new issue