1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 15:16:27 +01:00

Move code for toggling spectral selection (Q key) out of TrackPanel

This commit is contained in:
Paul Licameli
2017-06-08 12:47:37 -04:00
parent a4f0a8c39a
commit a33ec61ddf
5 changed files with 20 additions and 28 deletions

View File

@@ -675,12 +675,6 @@ protected:
const WaveTrack *mFreqSelTrack = NULL;
std::unique_ptr<SpectrumAnalyst> mFrequencySnapper;
// For toggling of spectral seletion
double mLastF0;
double mLastF1;
public:
void ToggleSpectralSelection();
protected:
#endif