mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
StylePainter: Remove some unused variables.
This commit is contained in:
parent
ab42180e83
commit
01a1194e6f
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
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 base_color = Color::from_rgb(0xc0c0c0);
|
||||||
Color dark_shade = Color::from_rgb(0x404040);
|
Color dark_shade = Color::from_rgb(0x404040);
|
||||||
Color mid_shade = Color::from_rgb(0x808080);
|
Color mid_shade = Color::from_rgb(0x808080);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue