mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Removed unused variable (#1206)
This commit is contained in:
parent
bdb82b6818
commit
352d5729cc
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ void AB_THEME_CLASS::actuallyUpdate(double hue, double multiplier)
|
||||||
|
|
||||||
/// WINDOW
|
/// WINDOW
|
||||||
{
|
{
|
||||||
QColor bg =
|
|
||||||
#ifdef Q_OS_LINUX
|
#ifdef Q_OS_LINUX
|
||||||
this->window.background = lightWin ? "#fff" : QColor(61, 60, 56);
|
this->window.background = lightWin ? "#fff" : QColor(61, 60, 56);
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue