Removed unused variables (#1394)
* Removed unused variables Fixes compiler warning C4189: Local variable is initialized but not referenced * fixed typo
This commit is contained in:
@@ -151,9 +151,6 @@ void AB_THEME_CLASS::actuallyUpdate(double hue, double multiplier)
|
||||
this->tabs.bottomLine = this->tabs.selected.backgrounds.regular.color();
|
||||
}
|
||||
|
||||
// Split
|
||||
bool flat = isLight_;
|
||||
|
||||
// Message
|
||||
this->messages.textColors.link =
|
||||
isLight_ ? QColor(66, 134, 244) : QColor(66, 134, 244);
|
||||
|
||||
Reference in New Issue
Block a user