diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-13 08:57:45 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-13 08:57:45 +0000 |
| commit | 3d5ee66a7e80c61e431e74e821242e144e88f008 (patch) | |
| tree | af62b4ef7d8a8482011e65b3f314a64372d913bb /lib/dvb/epgcache.cpp | |
| parent | 8abe6bd8b06640ce47fc26f2786801106536c96e (diff) | |
| download | enigma2-3d5ee66a7e80c61e431e74e821242e144e88f008.tar.gz enigma2-3d5ee66a7e80c61e431e74e821242e144e88f008.zip | |
dont open epglist when no epg is avail
Diffstat (limited to 'lib/dvb/epgcache.cpp')
| -rw-r--r-- | lib/dvb/epgcache.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/dvb/epgcache.cpp b/lib/dvb/epgcache.cpp index 7b94a1a7..c1f294a6 100644 --- a/lib/dvb/epgcache.cpp +++ b/lib/dvb/epgcache.cpp @@ -747,14 +747,6 @@ void eEPGCache::save() #endif } -RESULT eEPGCache::getInstance(eEPGCache *&ptr) -{ - ptr = instance; - if (!ptr) - return -1; - return 0; -} - eEPGCache::channel_data::channel_data(eEPGCache *ml) :cache(ml) ,abortTimer(ml), zapTimer(ml) |
