Remove unused var
This commit is contained in:
committed by
craig.p.drummond
parent
1e67d1707e
commit
03e02f2dab
@@ -209,7 +209,6 @@ void ContextPage::useDarkBackground(bool u)
|
||||
if (u!=darkBackground) {
|
||||
darkBackground=u;
|
||||
QPalette pal=darkBackground ? palette() : parentWidget()->palette();
|
||||
QPalette appPal=QApplication::palette();
|
||||
QColor prevLinkColor;
|
||||
QColor linkCol;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user