[SCM] kodi-pvr-hts/master: [API 5.0.0] Removed function GetCurrentClientChannel

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Fri Nov 4 23:23:38 UTC 2016


The following commit has been merged in the master branch:
commit 3ab4d0a54a88630007b76fd8a059fd47de884c7e
Author: Kai Sommerfeld <kai.sommerfeld at gmx.com>
Date:   Wed Jan 13 17:50:53 2016 +0100

    [API 5.0.0] Removed function GetCurrentClientChannel

diff --git a/src/client.cpp b/src/client.cpp
index 3826c0b..43ba942 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -328,11 +328,6 @@ void SetSpeed(int speed)
   tvh->DemuxSpeed(speed);
 }
 
-int GetCurrentClientChannel(void)
-{
-  return -1; // XBMC doesn't even use this
-}
-
 bool SwitchChannel(const PVR_CHANNEL &channel)
 {
   return tvh->DemuxOpen(channel);

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list