LibWeb+WebContent: Delete unused "has focus" flag from paint config

This commit is contained in:
Aliaksandr Kalenik 2025-06-28 04:59:19 +02:00 committed by Jelle Raaijmakers
commit b73525ba0e
Notes: github-actions[bot] 2025-07-04 14:14:20 +00:00
7 changed files with 0 additions and 11 deletions

View file

@ -835,7 +835,6 @@ public:
struct PaintConfig {
bool paint_overlay { false };
bool should_show_line_box_borders { false };
bool has_focus { false };
Optional<Gfx::IntRect> canvas_fill_rect {};
bool operator==(PaintConfig const& other) const = default;