Cppcheck: Fixed most issued in rtgui/*

This commit is contained in:
heckflosse
2016-10-04 23:28:19 +02:00
parent 01048ee513
commit 566d4c9822
34 changed files with 247 additions and 261 deletions

View File

@@ -1121,7 +1121,7 @@ void Retinex::gammaretinexChanged()
if(gammaretinex->get_active_row_number() == 4) {
gam->show();
slope->show();
} else if(gammaretinex->get_active_row_number() != 4) {
} else /*if(gammaretinex->get_active_row_number() != 4)*/ {
gam->hide();
slope->hide();
}