mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-04 10:38:45 -04:00
Remove unneeded code
This commit is contained in:
parent
4d78fdaa81
commit
e99f8eb86a
@ -3403,7 +3403,6 @@ void GLSpectrum::zoom(QWheelEvent *event)
|
||||
|
||||
// Determine frequency at cursor position
|
||||
float zoomFreq = m_frequencyScale.getRangeMin() + pwx*m_frequencyScale.getRange();
|
||||
//float zoomFreq2 = ((pwx - 0.5) * m_sampleRate/m_frequencyZoomFactor + ((m_frequencyZoomPos - 0.5)* m_sampleRate + m_centerFrequency));
|
||||
|
||||
// Calculate current centre frequency
|
||||
float currentCF = (m_frequencyZoomFactor == 1) ? m_centerFrequency : ((m_frequencyZoomPos - 0.5) * m_sampleRate + m_centerFrequency);
|
||||
|
Loading…
Reference in New Issue
Block a user