From 1df6a87249291566d978f3d104ca68dbb075b37b Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Thu, 16 Jan 2014 11:57:54 +0100 Subject: Now waiting explicitly until all CAM slots are ready before switching to the initial channel when VDR is started --- dvbdevice.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'dvbdevice.c') diff --git a/dvbdevice.c b/dvbdevice.c index 62f29dac..6842a4ca 100644 --- a/dvbdevice.c +++ b/dvbdevice.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbdevice.c 3.8 2014/01/02 10:30:15 kls Exp $ + * $Id: dvbdevice.c 3.9 2014/01/16 11:45:22 kls Exp $ */ #include "dvbdevice.h" @@ -1320,13 +1320,6 @@ bool cDvbDevice::QueryDeliverySystems(int fd_frontend) return false; } -bool cDvbDevice::Ready(void) -{ - if (ciAdapter) - return ciAdapter->Ready(); - return true; -} - bool cDvbDevice::BondDevices(const char *Bondings) { UnBondDevices(); -- cgit v1.2.3