From 3066ab0d063efc53ee68a605373e43a2bb2c63ef Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Thu, 5 Jan 2023 12:15:30 +0100 Subject: [PATCH] Qt: Fix Wunused-variable warning. --- pcsx2-qt/MainWindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcsx2-qt/MainWindow.cpp b/pcsx2-qt/MainWindow.cpp index 051e6127c6..8680eaf236 100644 --- a/pcsx2-qt/MainWindow.cpp +++ b/pcsx2-qt/MainWindow.cpp @@ -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);