mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 15:16:27 +01:00
Remove unused variables; fewer casts
This commit is contained in:
@@ -676,10 +676,9 @@ protected:
|
||||
|
||||
NumericConverter mConverter;
|
||||
|
||||
Track * mDrawingTrack; // Keeps track of which track you are drawing on between events cf. HandleDraw()
|
||||
WaveTrack * mDrawingTrack; // Keeps track of which track you are drawing on between events cf. HandleDraw()
|
||||
int mDrawingTrackTop; // Keeps track of the top position of the drawing track.
|
||||
sampleCount mDrawingStartSample; // sample of last click-down
|
||||
float mDrawingStartSampleValue; // value of last click-down
|
||||
sampleCount mDrawingLastDragSample; // sample of last drag-over
|
||||
float mDrawingLastDragSampleValue; // value of last drag-over
|
||||
|
||||
|
||||
Reference in New Issue
Block a user