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 | \*-----------------------------------------------------*/