From fabd731b78f9c221cb6f6090308005835d09d67d Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Tue, 30 Oct 2012 18:40:41 +0100 Subject: fixed documentation removed forgotten noepg ifdef fixed cppcheck errors --- eepg.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'eepg.c') 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; -- cgit v1.2.3