mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 16:58:58 +00:00
LibWeb: Remove unused line_box_color_on
from layout tree dump
This commit is contained in:
parent
fc86cc3375
commit
c738e4f97f
Notes:
github-actions[bot]
2025-08-27 10:55:08 +00:00
Author: https://github.com/gmta
Commit: c738e4f97f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5999
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue