diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-30 18:40:41 +0100 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-30 18:40:41 +0100 |
commit | fabd731b78f9c221cb6f6090308005835d09d67d (patch) | |
tree | 9121d8ae2d06c873108c8605f7012283135076b1 /eepg.c | |
parent | f1717857da8db98772c7a807befe2426ff2ed133 (diff) | |
download | vdr-plugin-eepg-fabd731b78f9c221cb6f6090308005835d09d67d.tar.gz vdr-plugin-eepg-fabd731b78f9c221cb6f6090308005835d09d67d.tar.bz2 |
fixed documentation
removed forgotten noepg ifdef
fixed cppcheck errors
Diffstat (limited to 'eepg.c')
-rw-r--r-- | eepg.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3316,11 +3316,6 @@ void cFilterEEPG::ProcessPremiere(const u_char *& Data) } tChannelID channelID (Source (), nid, tid, sid); cChannel *channel = Channels.GetByChannelID (channelID, true); -#ifdef USE_NOEPG - // only use epg from channels not blocked by noEPG-patch - if (!allowedEPG (channelID)) - continue; -#endif /* NOEPG */ if (!channel) continue; |