diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-05-11 03:53:20 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-05-11 03:53:20 +0200 |
commit | 01a1194e6fec1e5b714a8e0cb37bae07000ab687 (patch) | |
tree | e77cfe7cc5ab654029670bf9f124f1026746cca6 | |
parent | ab42180e83cc927b56bc072b2d06643476fc0f22 (diff) | |
download | serenity-01a1194e6fec1e5b714a8e0cb37bae07000ab687.zip |
StylePainter: Remove some unused variables.
-rw-r--r-- | SharedGraphics/StylePainter.cpp | 2 |
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); |