mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb: Remove unused line_box_color_on from layout tree dump
This commit is contained in:
parent
fc86cc3375
commit
c738e4f97f
|
|
@ -193,7 +193,6 @@ void dump_tree(StringBuilder& builder, Layout::Node const& layout_node, bool sho
|
|||
StringView positioned_color_on = ""sv;
|
||||
StringView floating_color_on = ""sv;
|
||||
StringView inline_color_on = ""sv;
|
||||
StringView line_box_color_on = ""sv;
|
||||
StringView fragment_color_on = ""sv;
|
||||
StringView flex_color_on = ""sv;
|
||||
StringView table_color_on = ""sv;
|
||||
|
|
@ -207,7 +206,6 @@ void dump_tree(StringBuilder& builder, Layout::Node const& layout_node, bool sho
|
|||
positioned_color_on = "\033[31;1m"sv;
|
||||
floating_color_on = "\033[32;1m"sv;
|
||||
inline_color_on = "\033[36;1m"sv;
|
||||
line_box_color_on = "\033[34;1m"sv;
|
||||
fragment_color_on = "\033[35;1m"sv;
|
||||
flex_color_on = "\033[34;1m"sv;
|
||||
table_color_on = "\033[91;1m"sv;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user