Remove dead code

This commit is contained in:
Adam Honse 2025-05-15 11:14:11 -05:00
parent b83cc7fecd
commit 6aa5d71ba7

View file

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