1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-01 06:33:53 +01:00

FreqWindow: Document fields, remove dead field

Signed-off-by: nyanpasu64 <nyanpasu64@tuta.io>
This commit is contained in:
nyanpasu64
2021-07-10 15:35:27 -07:00
committed by Be
parent de77ad997c
commit 4bb16a7f51

View File

@@ -141,10 +141,12 @@ private:
Floats mData;
size_t mWindowSize;
/// Whether x axis is in log-frequency.
bool mLogAxis;
/// The minimum y value to plot.
float mYMin;
/// The maximum y value to plot.
float mYMax;
float mYStep;
std::unique_ptr<wxBitmap> mBitmap;