diff options
Diffstat (limited to 'dvbdevice.h')
-rw-r--r-- | dvbdevice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dvbdevice.h b/dvbdevice.h index be3ee13..b3d09bc 100644 --- a/dvbdevice.h +++ b/dvbdevice.h @@ -133,7 +133,6 @@ private: // cDiseqc *lnbSource; // can not #include "diseqc.h". A workaround follows: int *lnbSource; // [DiSEqC] DiSEqC-Source int lnbNr; // Number of LNB used - bool lnbSendSignals; // false if this device must not send signals to the LNB (like 22 kHz, ...). public: int *LnbSource(void) { return lnbSource; }; |