Remove dead code
This commit is contained in:
parent
b83cc7fecd
commit
6aa5d71ba7
1 changed files with 0 additions and 11 deletions
|
|
@ -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 |
|
||||
\*-----------------------------------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue