summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SharedGraphics/StylePainter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/SharedGraphics/StylePainter.cpp b/SharedGraphics/StylePainter.cpp
index 0bf84b89f9..2674865c28 100644
--- a/SharedGraphics/StylePainter.cpp
+++ b/SharedGraphics/StylePainter.cpp
@@ -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);