e mixer - shut up coverity CID 1323098

This commit is contained in:
Carsten Haitzler 2015-09-09 11:02:23 +09:00
parent 0f3eba5697
commit 530c8613c8
1 changed files with 0 additions and 1 deletions

View File

@ -387,7 +387,6 @@ _create_data(E_Config_Dialog *cfg EINA_UNUSED)
d->config.mute = _config->mute;
if (_config->save == -1) d->config.save = 0;
else if (_config->save == 1) d->config.save = 1;
else d->config.save = 1;
return d;