diff options
Diffstat (limited to 'dvbdevice.c')
-rw-r--r-- | dvbdevice.c | 9 |
1 files changed, 1 insertions, 8 deletions
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(); |