diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-03 14:08:28 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-03 14:08:28 +0200 |
commit | 2cd7928fc6dcffa61298d15d0bde21cd6d856868 (patch) | |
tree | 5adb7bca0b3dcf8c642c95b07491a84c25334bd4 /dvbdevice.c | |
parent | 3fc00d2211c732b2b9ecdead946bb9d3a0d9c621 (diff) | |
download | vdr-2cd7928fc6dcffa61298d15d0bde21cd6d856868.tar.gz vdr-2cd7928fc6dcffa61298d15d0bde21cd6d856868.tar.bz2 |
Removed the (no longer necessary) 'panic' stuff from cThread
Diffstat (limited to 'dvbdevice.c')
-rw-r--r-- | dvbdevice.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/dvbdevice.c b/dvbdevice.c index 0c70e5bc..8314ab60 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 1.58 2003/05/02 12:24:04 kls Exp $ + * $Id: dvbdevice.c 1.59 2003/05/03 14:03:20 kls Exp $ */ #include "dvbdevice.h" @@ -671,16 +671,6 @@ bool cDvbDevice::SetChannelDevice(const cChannel *Channel, bool LiveView) TurnOffLiveMode(); dvbTuner->Set(Channel, DoTune); - if (DoTune) { - /*XXX do we still need this??? - if (!(status & FE_HAS_LOCK)) { - esyslog("ERROR: channel %d not locked on DVB card %d!", Channel->Number(), CardIndex() + 1); - if (LiveView && IsPrimaryDevice()) - cThread::RaisePanic(); - return false; - } - XXX*/ - } // PID settings: |