summaryrefslogtreecommitdiff
path: root/dvbdevice.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-06-19 11:00:43 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-06-19 11:00:43 +0200
commitbef18ac382a8b073310823fc627126b5daf7f8a4 (patch)
tree6f04d267de8a898bdc8d274df6b80c7d9c5e70e9 /dvbdevice.c
parentd68b0a87ae327298c39b53ac559a702d5cf1d52e (diff)
downloadvdr-bef18ac382a8b073310823fc627126b5daf7f8a4.tar.gz
vdr-bef18ac382a8b073310823fc627126b5daf7f8a4.tar.bz2
Removed a superfluous return statement
Diffstat (limited to 'dvbdevice.c')
-rw-r--r--dvbdevice.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dvbdevice.c b/dvbdevice.c
index 88afdffa..8a25adb4 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.130 2005/06/05 13:05:55 kls Exp $
+ * $Id: dvbdevice.c 1.131 2005/06/19 11:00:43 kls Exp $
*/
#include "dvbdevice.h"
@@ -742,7 +742,6 @@ bool cDvbDevice::ProvidesSource(int Source) const
|| type == cSource::stCable && frontendType == FE_QAM
|| type == cSource::stSat && frontendType == FE_QPSK
|| type == cSource::stTerr && frontendType == FE_OFDM;
- return true;
}
bool cDvbDevice::ProvidesTransponder(const cChannel *Channel) const