mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +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:
@@ -128,7 +128,6 @@ lib/libeventserver/Makefile
|
||||
lib/libmd5sum/Makefile
|
||||
lib/libnet/Makefile
|
||||
lib/xmltree/Makefile
|
||||
lib/controldclient/Makefile
|
||||
lib/sectionsdclient/Makefile
|
||||
lib/timerdclient/Makefile
|
||||
lib/libtriple/Makefile
|
||||
|
@@ -34,7 +34,9 @@
|
||||
|
||||
#include <zapit/client/zapitclient.h>
|
||||
|
||||
#ifdef HAVE_CONTROLD
|
||||
#include <controldclient/controldclient.h>
|
||||
#endif
|
||||
#include <sectionsdclient/sectionsdclient.h>
|
||||
#include <timerdclient/timerdclient.h>
|
||||
|
||||
@@ -79,7 +81,9 @@
|
||||
NEUTRINO_CPP SNeutrinoSettings g_settings;
|
||||
NEUTRINO_CPP SglobalInfo g_info;
|
||||
|
||||
#ifdef HAVE_CONTROLD
|
||||
NEUTRINO_CPP CControldClient *g_Controld;
|
||||
#endif
|
||||
NEUTRINO_CPP CZapitClient *g_Zapit;
|
||||
NEUTRINO_CPP CSectionsdClient *g_Sectionsd;
|
||||
NEUTRINO_CPP CTimerdClient *g_Timerd;
|
||||
|
@@ -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