diff --git a/patches/vdr-1.7.27-disable_ca_updates.patch b/patches/vdr-1.7.27-disable_ca_updates.patch deleted file mode 100644 index 7b2f991..0000000 --- a/patches/vdr-1.7.27-disable_ca_updates.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nru vdr-1.7.27-vanilla/pat.c vdr-1.7.27-disable_ca_updates/pat.c ---- vdr-1.7.27-vanilla/pat.c 2012-03-25 15:17:57.000000000 +0300 -+++ vdr-1.7.27-disable_ca_updates/pat.c 2012-03-31 20:42:14.000000000 +0300 -@@ -537,6 +537,7 @@ - } - if (Setup.UpdateChannels >= 2) { - Channel->SetPids(Vpid, Ppid, Vtype, Apids, Atypes, ALangs, Dpids, Dtypes, DLangs, Spids, SLangs, Tpid); -+ if (!cSource::IsType(Channel->Source(), 'I')) - Channel->SetCaIds(CaDescriptors->CaIds()); - Channel->SetSubtitlingDescriptors(SubtitlingTypes, CompositionPageIds, AncillaryPageIds); - }