From 089dacafdf8b91155486e10e4cb32a791a771182 Mon Sep 17 00:00:00 2001 From: Frank Neumann Date: Sun, 7 May 2017 11:17:04 +0200 Subject: Drop legacy code prior VDR 2.0.0 --- conflictcheck.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'conflictcheck.c') 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 } -- cgit v1.2.3