mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
LibWeb: Remove unused alphabet constants from ListItemMarkerBox
Why exactly the linter didn't whine about this is a mystery. These constants aren't needed anymore since the functionality moved to AK/String a while ago.
This commit is contained in:
parent
1ec23f38ed
commit
a51cee748f
Notes:
sideshowbarker
2024-07-18 18:18:53 +09:00
Author: https://github.com/TobyAsE
Commit: a51cee748f
Pull-request: https://github.com/SerenityOS/serenity/pull/7046
Issue: https://github.com/SerenityOS/serenity/issues/6567
1 changed files with 0 additions and 3 deletions
|
@ -11,9 +11,6 @@
|
|||
|
||||
namespace Web::Layout {
|
||||
|
||||
constexpr auto lower_alpha = "abcdefghijklmnopqrstuvwxyz";
|
||||
constexpr auto upper_alpha = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
||||
|
||||
ListItemMarkerBox::ListItemMarkerBox(DOM::Document& document, CSS::ListStyleType style_type, size_t index)
|
||||
: Box(document, nullptr, CSS::StyleProperties::create())
|
||||
, m_list_style_type(style_type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue