Remove unused string

This commit is contained in:
Adam Honse
2023-10-19 20:05:46 -05:00
parent 6d8fb3348a
commit 0cfc5a12b1

View File

@@ -794,17 +794,6 @@ void OpenRGBDialog2::AddSettingsManagerPage()
ui->SettingsTabBar->addTab(SettingsManagerPage, "");
QString SettingsLabelString;
if(OpenRGBThemeManager::IsDarkTheme())
{
SettingsLabelString = "settings_dark.png";
}
else
{
SettingsLabelString = "settings.png";
}
/*-----------------------------------------------------*\
| Create the tab label |
\*-----------------------------------------------------*/