diff options
author | Timothy Flynn <trflynn89@pm.me> | 2022-01-25 11:52:19 -0500 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-01-25 19:02:59 +0000 |
commit | 7f6edb7976cfd8501235bc8d6115b4663b8f8b8b (patch) | |
tree | 89f1e7dc0745cb488cc4e7a920ed4049fccbd2e4 /Userland/Libraries/LibUnicode | |
parent | a027ccad75193b27db07390045d784e40019ea01 (diff) | |
download | serenity-7f6edb7976cfd8501235bc8d6115b4663b8f8b8b.zip |
LibUnicode: Remove the Unicode::Style::Numeric value
It is unused.
Diffstat (limited to 'Userland/Libraries/LibUnicode')
-rw-r--r-- | Userland/Libraries/LibUnicode/Locale.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibUnicode/Locale.h b/Userland/Libraries/LibUnicode/Locale.h index e4d0589a70..6e715efe19 100644 --- a/Userland/Libraries/LibUnicode/Locale.h +++ b/Userland/Libraries/LibUnicode/Locale.h @@ -82,7 +82,6 @@ enum class Style : u8 { Long, Short, Narrow, - Numeric, }; struct DisplayPattern { |