diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-07 14:00:28 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-07 14:00:28 +0100 |
commit | 680b1b8f8721c0462f04e838dcafd799a10b5574 (patch) | |
tree | 929957eeca83cb9371a16b6d82673777ea050fd3 /PLUGINS/src/dvbsddevice/dvbsdffdevice.c | |
parent | 40d06559bb1f4ac515fe62f913238882a8597cf6 (diff) | |
download | vdr-680b1b8f8721c0462f04e838dcafd799a10b5574.tar.gz vdr-680b1b8f8721c0462f04e838dcafd799a10b5574.tar.bz2 |
Removed the calls to EITScanner.UsesDevice(this) from dvb[hs]ddevice.c
Diffstat (limited to 'PLUGINS/src/dvbsddevice/dvbsdffdevice.c')
-rw-r--r-- | PLUGINS/src/dvbsddevice/dvbsdffdevice.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/PLUGINS/src/dvbsddevice/dvbsdffdevice.c b/PLUGINS/src/dvbsddevice/dvbsdffdevice.c index cc6af339..25be281a 100644 --- a/PLUGINS/src/dvbsddevice/dvbsdffdevice.c +++ b/PLUGINS/src/dvbsddevice/dvbsdffdevice.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: dvbsdffdevice.c 2.31 2012/02/15 13:15:05 kls Exp $ + * $Id: dvbsdffdevice.c 2.32 2012/03/07 13:52:48 kls Exp $ */ #include "dvbsdffdevice.h" @@ -421,13 +421,6 @@ bool cDvbSdFfDevice::SetChannelDevice(const cChannel *Channel, bool LiveView) if (!cDvbDevice::SetChannelDevice(Channel, LiveView)) return false; - // If this channel switch was requested by the EITScanner we don't wait for - // a lock and don't set any live PIDs (the EITScanner will wait for the lock - // by itself before setting any filters): - - if (EITScanner.UsesDevice(this)) //XXX - return true; - // PID settings: if (TurnOnLivePIDs) { |