Revert "- audio_select: copy full code from TangoCash"

Signed-off-by: Thilo Graf <dbt@novatux.de>

this reverts commit: 5fd7ec68ac
This commit is contained in:
svenhoefer
2018-01-02 13:26:05 +01:00
committed by Thilo Graf
parent 3babb03206
commit 3c32fab30a
7 changed files with 62 additions and 232 deletions

View File

@@ -4373,15 +4373,6 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
InfoClock->switchClockOnOff();
returnval = menu_return::RETURN_EXIT_ALL;
}
else if (actionKey=="tonbug")
{
CZapitChannel * chan = CZapit::getInstance()->GetCurrentChannel();
if (chan)
{
CZapit::getInstance()->ChangeAudioPid(chan->getAudioChannelIndex());
returnval = menu_return::RETURN_EXIT_ALL;
}
}
else if (actionKey=="tv_radio_switch")//used in mainmenu
{
switchTvRadioMode();