From 6aa5d71ba7cd456d93d397c40ddbfe0a092348ee Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Thu, 15 May 2025 11:14:11 -0500 Subject: [PATCH] Remove dead code --- qt/OpenRGBDialog/OpenRGBDialog.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/qt/OpenRGBDialog/OpenRGBDialog.cpp b/qt/OpenRGBDialog/OpenRGBDialog.cpp index 0608bccd..dad1d8cc 100644 --- a/qt/OpenRGBDialog/OpenRGBDialog.cpp +++ b/qt/OpenRGBDialog/OpenRGBDialog.cpp @@ -836,17 +836,6 @@ void OpenRGBDialog::AddKasaSmartSettingsPage() ui->SettingsTabBar->addTab(KasaSmartSettingsPage, ""); - QString SettingsLabelString; - - if(OpenRGBThemeManager::IsDarkTheme()) - { - SettingsLabelString = "light_dark.png"; - } - else - { - SettingsLabelString = "light.png"; - } - /*-----------------------------------------------------*\ | Create the tab label | \*-----------------------------------------------------*/