mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
neutrino: phase out last bits of controld code
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1825 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -2731,6 +2731,7 @@ _repeat:
|
||||
//setVolume(msg, false, true);
|
||||
return messages_return::handled;
|
||||
}
|
||||
#ifdef HAVE_CONTROLD
|
||||
else if( msg == NeutrinoMessages::EVT_VCRCHANGED ) {
|
||||
if (g_settings.vcr_AutoSwitch) {
|
||||
if( data != VCR_STATUS_OFF )
|
||||
@@ -2740,6 +2741,7 @@ _repeat:
|
||||
}
|
||||
return messages_return::handled | messages_return::cancel_info;
|
||||
}
|
||||
#endif
|
||||
else if( msg == NeutrinoMessages::EVT_MUTECHANGED ) {
|
||||
#if 0
|
||||
CControldMsg::commandMute* cmd = (CControldMsg::commandMute*) data;
|
||||
|
Reference in New Issue
Block a user