Removed unused variable (#1206)

This commit is contained in:
Vilgot Fredenberg
2019-08-16 21:17:30 +02:00
committed by fourtf
parent bdb82b6818
commit 352d5729cc
-1
View File
@@ -62,7 +62,6 @@ void AB_THEME_CLASS::actuallyUpdate(double hue, double multiplier)
/// WINDOW
{
QColor bg =
#ifdef Q_OS_LINUX
this->window.background = lightWin ? "#fff" : QColor(61, 60, 56);
#else