summaryrefslogtreecommitdiff
path: root/dvbdevice.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-06-09 09:12:25 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2021-06-09 09:12:25 +0200
commit9686a9b474ece6748bad7bb93f8e091134e27be8 (patch)
tree0e551472c0188c64538f97d89f80a4b7128d8470 /dvbdevice.c
parent0f6265a97fcdfe2b5eb8b46eeac04c63e3379118 (diff)
downloadvdr-9686a9b474ece6748bad7bb93f8e091134e27be8.tar.gz
vdr-9686a9b474ece6748bad7bb93f8e091134e27be8.tar.bz2
Removed unused declaration of cDvbTuner::SetFrontendType()
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 132feef9..2f312c0d 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 4.29 2020/12/05 15:48:40 kls Exp $
+ * $Id: dvbdevice.c 5.1 2021/06/09 09:12:25 kls Exp $
*/
#include "dvbdevice.h"
@@ -558,7 +558,6 @@ private:
cCondVar newSet;
cDvbTuner *bondedTuner;
bool bondedMaster;
- bool SetFrontendType(const cChannel *Channel);
cString GetBondingParams(const cChannel *Channel = NULL) const;
cDvbTuner *GetBondedMaster(void);
bool IsBondedMaster(void) const { return !bondedTuner || bondedMaster; }