summaryrefslogtreecommitdiff
path: root/epgsearchext.c
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearchext.c')
-rw-r--r--epgsearchext.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epgsearchext.c b/epgsearchext.c
index 5d45f8a..f50c1b3 100644
--- a/epgsearchext.c
+++ b/epgsearchext.c
@@ -1500,9 +1500,6 @@ void cSearchExt::SetContentFilter(int* contentStringsFlags)
bool cSearchExt::MatchesContentsFilter(const cEvent* e)
{
-#if APIVERSNUM < 10711
- return true;
-#else
if (!e) return false;
// check if each content filter ID is contained in the events descriptors
for(unsigned int i=0; i<contentsFilter.size();i+=2)