mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-21 19:09:22 -04:00
ATV Demod: removed now obsolete attribute
This commit is contained in:
parent
e0f74c1b50
commit
6e8d95cacc
plugins/channelrx/demodatv
@ -42,7 +42,6 @@ ATVDemod::ATVDemod(BasebandSampleSink* objScopeSink) :
|
||||
m_intSynchroPoints(0),
|
||||
m_blnSynchroDetected(false),
|
||||
m_blnVerticalSynchroDetected(false),
|
||||
m_intRowsLimit(0),
|
||||
m_fltEffMin(2000000000.0f),
|
||||
m_fltEffMax(-2000000000.0f),
|
||||
m_fltAmpMin(-2000000000.0f),
|
||||
@ -719,7 +718,6 @@ void ATVDemod::applySettings()
|
||||
<< " m_intNumberOfRowsToDisplay: " << m_intNumberOfRowsToDisplay
|
||||
<< " m_intNumberOfBlackLines: " << m_intNumberOfBlackLines;
|
||||
|
||||
m_intRowsLimit = m_intNumberOfLines-1;
|
||||
m_intImageIndex = 0;
|
||||
m_intColIndex=0;
|
||||
m_intRowIndex=0;
|
||||
|
@ -347,7 +347,6 @@ private:
|
||||
//*************** PROCESSING ***************
|
||||
|
||||
int m_intImageIndex;
|
||||
int m_intRowsLimit;
|
||||
int m_intSynchroPoints;
|
||||
|
||||
bool m_blnSynchroDetected;
|
||||
|
Loading…
Reference in New Issue
Block a user