Qt: Fix Wunused-variable warning.

This commit is contained in:
lightningterror 2023-01-05 12:15:30 +01:00
parent 17c5acda3c
commit 3066ab0d06
1 changed files with 0 additions and 1 deletions

View File

@ -743,7 +743,6 @@ else if (theme == "darkfusion")
const QColor blackishblue(50, 25, 70);
const QColor darkerPurple(90, 30, 105);
const QColor nauticalPurple(110, 30, 125);
const QColor brightPurple(120, 30, 150);
QPalette darkPalette;
darkPalette.setColor(QPalette::Window, blackishblue);