Remove unnecessary uses of UNUSED_PARAMETER macro

This commit is contained in:
WarmUpTill
2022-01-03 21:59:08 +01:00
committed by WarmUpTill
parent f7b9795014
commit ce5730428c
9 changed files with 18 additions and 50 deletions

View File

@@ -453,10 +453,8 @@ void AdvSceneSwitcher::on_tabMoved(int from, int to)
std::swap(switcher->tabOrder[from], switcher->tabOrder[to]);
}
void AdvSceneSwitcher::on_tabWidget_currentChanged(int index)
void AdvSceneSwitcher::on_tabWidget_currentChanged(int)
{
UNUSED_PARAMETER(index);
switcher->showFrame = false;
clearFrames(ui->screenRegionSwitches);
SetShowFrames();