mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +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: 7f6edb7976
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
Add a link
Reference in a new issue