mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41: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
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7f9cbe76da
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-11-05 (Sat, 05 Nov 2011)
------------------
This commit was generated by Migit
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