diff options
author | Frank Neumann <fnu@yavdr.org> | 2017-05-07 11:17:04 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-05-07 11:17:04 +0200 |
commit | 089dacafdf8b91155486e10e4cb32a791a771182 (patch) | |
tree | fb9b44bd792790b639f258db137d7cb138368252 /conflictcheck.c | |
parent | 2697e779f4034db48f342835cd40269693a2aacd (diff) | |
download | vdr-plugin-epgsearch-089dacafdf8b91155486e10e4cb32a791a771182.tar.gz vdr-plugin-epgsearch-089dacafdf8b91155486e10e4cb32a791a771182.tar.bz2 |
Drop legacy code prior VDR 2.0.0
Diffstat (limited to 'conflictcheck.c')
-rw-r--r-- | conflictcheck.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conflictcheck.c b/conflictcheck.c index eb7fa57..c4552d4 100644 --- a/conflictcheck.c +++ b/conflictcheck.c @@ -205,14 +205,11 @@ void cConflictCheck::InitDevicesInfo() devices[i].device = cDevice::GetDevice(i); #endif -#if APIVERSNUM > 10721 BondDevices(Setup.DeviceBondings); -#endif } void cConflictCheck::BondDevices(const char *Bondings) { -#if APIVERSNUM > 10721 LogFile.Log(3, "Bond Devices"); if (Bondings) { cSatCableNumbers SatCableNumbers(MAXDEVICES, Bondings); @@ -227,7 +224,6 @@ void cConflictCheck::BondDevices(const char *Bondings) } } LogFile.Log(3, "Bond Devices done."); -#endif } |