aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/pmt.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-03 12:37:40 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-03 12:37:40 +0000
commit20fdb2a2af40da98427a702a03a79b1fbec3d7af (patch)
treeb0c7cbc1d6bda798795c27e23383436277189f01 /lib/dvb/pmt.h
parent738b4b576eee308b08d3769f6139f989f970a62d (diff)
downloadenigma2-20fdb2a2af40da98427a702a03a79b1fbec3d7af.tar.gz
enigma2-20fdb2a2af40da98427a702a03a79b1fbec3d7af.zip
remove non working indication of playable services in servicelist
get current event in listboxservicecontent via iStaticServiceInformation instead of use directly eEPGCache
Diffstat (limited to 'lib/dvb/pmt.h')
-rw-r--r--lib/dvb/pmt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h
index b8ed76f9..5f3d4777 100644
--- a/lib/dvb/pmt.h
+++ b/lib/dvb/pmt.h
@@ -66,9 +66,7 @@ class eDVBServicePMTHandler: public Object
void PATready(int error);
int m_record;
- static int m_count;
public:
- static int getCount() { return m_count; }
eDVBServicePMTHandler(int record);
~eDVBServicePMTHandler();