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

@@ -75,7 +75,6 @@ void CZapitSetup::showMenu()
zapit->addItem(zapit2 = new CMenuForwarder(LOCALE_ZAPITSETUP_LAST_RADIO , !g_settings.uselastchannel, g_settings.StartChannelRadio, &select, "radio", CRCInput::RC_yellow, NEUTRINO_ICON_BUTTON_YELLOW ));
zapit->exec(NULL, "");
zapit->hide();
delete zapit;
}
@@ -175,7 +174,6 @@ void CSelectChannelWidget::InitZapitChannelHelper(CZapitClient::channelsMode mod
}
}
mctv.exec (NULL, "");
mctv.hide ();
// delete dynamic created objects
for(unsigned int count=0;count<toDelete.size();count++)