summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-05-11 03:53:20 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-05-11 03:53:20 +0200
commit01a1194e6fec1e5b714a8e0cb37bae07000ab687 (patch)
treee77cfe7cc5ab654029670bf9f124f1026746cca6
parentab42180e83cc927b56bc072b2d06643476fc0f22 (diff)
downloadserenity-01a1194e6fec1e5b714a8e0cb37bae07000ab687.zip
StylePainter: Remove some unused variables.
-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);