remove non working indication of playable services in servicelist
[enigma2.git] / lib / service / listboxservice.h
index 1d5dc2a200b11e0b4bf6bbc643bd59866b36b105..b1cc249b940bc9d0cc0676ffc494ce3465395d57 100644 (file)
@@ -5,16 +5,15 @@
 #include <lib/service/iservice.h>
 #include <set>
 
-class eEPGCache;
-
 class eListboxServiceContent: public virtual iListboxContent
 {
        DECLARE_REF(eListboxServiceContent);
-       eEPGCache *epgcache;
 public:
        eListboxServiceContent();
        void setRoot(const eServiceReference &ref);
        void getCurrent(eServiceReference &ref);
+       
+       int getNextBeginningWithChar(char c);
 
                /* support for marked services */
        void initMarked();