summaryrefslogtreecommitdiff
path: root/SubscriptionManager.cpp
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-02-08 16:17:10 +0100
committerchriszero <zerov83@gmail.com>2015-02-08 16:17:10 +0100
commitaae151d3808c9c72a6c155261295b2eeaba57c00 (patch)
treea3770b54955c562502aa33c46517c1e327ecfb32 /SubscriptionManager.cpp
parent886aa7f168ebdc922864aeee432735ba48dde55b (diff)
downloadvdr-plugin-plex-aae151d3808c9c72a6c155261295b2eeaba57c00.tar.gz
vdr-plugin-plex-aae151d3808c9c72a6c155261295b2eeaba57c00.tar.bz2
Fixes GDM Protocol, discovering and registering of players and servers
Diffstat (limited to 'SubscriptionManager.cpp')
-rw-r--r--SubscriptionManager.cpp10
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