Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
n4n0GH committed Oct 22, 2019
1 parent a13cf82 commit 3adae03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kdecoration/breezewaydecoration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ namespace Breezeway
// while respecting the user's colorscheme
} else {
const QColor titleBarColor( this-> titleBarColor());
int y = 1/titleRect.height();
QLinearGradient gradient(0, 0, 0, titleRect.height());
gradient.setColorAt(0.0, titleBarColor.lighter(185));
gradient.setColorAt(0.03, titleBarColor);
Expand Down

0 comments on commit 3adae03

Please sign in to comment.