From 7f6edb7976cfd8501235bc8d6115b4663b8f8b8b Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Tue, 25 Jan 2022 11:52:19 -0500 Subject: [PATCH] LibUnicode: Remove the Unicode::Style::Numeric value It is unused. --- Userland/Libraries/LibUnicode/Locale.h | 1 - 1 file changed, 1 deletion(-) 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 {