mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user