GUI: remove CMenuWidget->hide() calls - CMenuWidget->exec() always hide before return

This commit is contained in:
[CST] Focus
2012-05-07 15:37:02 +04:00
parent 1f8710013c
commit 0319c4faad
26 changed files with 1 additions and 33 deletions

View File

@@ -119,7 +119,6 @@ int CAudioPlayerSetup::showAudioPlayerSetup()
audioplayerSetup->addItem(new CMenuOptionChooser(LOCALE_AUDIOPLAYER_ENABLE_SC_METADATA, &g_settings.audioplayer_enable_sc_metadata, MESSAGEBOX_NO_YES_OPTIONS, MESSAGEBOX_NO_YES_OPTION_COUNT, true ));
int res = audioplayerSetup->exec (NULL, "");
audioplayerSetup->hide ();
delete audioplayerSetup;
return res;
}