summaryrefslogtreecommitdiff
path: root/eepg.c
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-10-30 18:40:41 +0100
committerDimitar Petrovski <dimeptr@gmail.com>2012-10-30 18:40:41 +0100
commitfabd731b78f9c221cb6f6090308005835d09d67d (patch)
tree9121d8ae2d06c873108c8605f7012283135076b1 /eepg.c
parentf1717857da8db98772c7a807befe2426ff2ed133 (diff)
downloadvdr-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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/eepg.c b/eepg.c
index 52af9df..fc7a5b0 100644
--- a/eepg.c
+++ b/eepg.c
@@ -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;