mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03:00
StylePainter: Remove some unused variables.
This commit is contained in:
parent
ab42180e83
commit
01a1194e6f
Notes:
sideshowbarker
2024-07-19 14:10:11 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/01a1194e6fe
@ -205,8 +205,6 @@ void StylePainter::paint_frame(Painter& painter, const Rect& rect, FrameShape sh
|
||||
|
||||
void StylePainter::paint_window_frame(Painter& painter, const Rect& rect)
|
||||
{
|
||||
Color top_left_color;
|
||||
Color bottom_right_color;
|
||||
Color base_color = Color::from_rgb(0xc0c0c0);
|
||||
Color dark_shade = Color::from_rgb(0x404040);
|
||||
Color mid_shade = Color::from_rgb(0x808080);
|
||||
|
Loading…
Reference in New Issue
Block a user