diff options
Diffstat (limited to 'SubscriptionManager.cpp')
-rw-r--r-- | SubscriptionManager.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/SubscriptionManager.cpp b/SubscriptionManager.cpp index 327d54f..e9830df 100644 --- a/SubscriptionManager.cpp +++ b/SubscriptionManager.cpp @@ -267,11 +267,6 @@ cSubscriberStatus::cSubscriberStatus() pControl = NULL; } -void cSubscriberStatus::ChannelSwitch(const cDevice* Device, int ChannelNumber, bool LiveView) -{ - dsyslog("[plex]: '%s'", __FUNCTION__); -} - void cSubscriberStatus::Replaying(const cControl* DvbPlayerControl, const char* Name, const char* FileName, bool On) { //dsyslog("[plex]: '%s'", __FUNCTION__); @@ -287,9 +282,4 @@ void cSubscriberStatus::Replaying(const cControl* DvbPlayerControl, const char* SubscriptionManager::GetInstance().Notify(); } -void cSubscriberStatus::SetVolume(int Volume, bool Absolute) -{ - dsyslog("[plex]: '%s'", __FUNCTION__); -} - } // Namespace |