Remove unused member variables

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5744 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2015-07-31 12:17:24 +00:00
parent eca29808ec
commit 29146ca41e
2 changed files with 0 additions and 4 deletions

View File

@ -10,8 +10,6 @@
MeterWidget::MeterWidget(QWidget * parent)
: QWidget {parent}
, m_top_padding {0}
, m_bottom_padding {0}
, m_signal {0}
{
for ( int i = 0; i < 10; i++ ) {

View File

@ -23,8 +23,6 @@ protected:
void paintEvent( QPaintEvent * ) override;
private:
int m_top_padding;
int m_bottom_padding;
QQueue<int> signalQueue;
int m_signal;
int m_sigPeak;