mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 15:16:27 +01:00
Remove a few unused members from class TrackPanel, and an unused #include
This commit is contained in:
committed by
Paul Licameli
parent
333c9aa91d
commit
c300c33901
@@ -686,18 +686,6 @@ protected:
|
||||
wxRect mCapturedTrackLocationRect;
|
||||
wxRect mCapturedRect;
|
||||
|
||||
// When sliding horizontally, the moving clip may automatically
|
||||
// snap to the beginning and ending of other clips, or to label
|
||||
// starts and stops. When you start sliding, SlideSnapFromPoints
|
||||
// gets populated with the start and stop times of selected clips,
|
||||
// and SlideSnapToPoints gets populated with the start and stop times
|
||||
// of other clips. In both cases, times that are within 3 pixels
|
||||
// of another at the same zoom level are eliminated; you can't snap
|
||||
// when there are two things arbitrarily close at that zoom level.
|
||||
wxBaseArrayDouble mSlideSnapFromPoints;
|
||||
wxBaseArrayDouble mSlideSnapToPoints;
|
||||
wxArrayInt mSlideSnapLinePixels;
|
||||
|
||||
bool mDidSlideVertically;
|
||||
|
||||
bool mRedrawAfterStop;
|
||||
@@ -740,8 +728,6 @@ public:
|
||||
|
||||
protected:
|
||||
|
||||
NumericConverter mConverter;
|
||||
|
||||
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
|
||||
@@ -812,9 +798,6 @@ protected:
|
||||
IsMinimizing,
|
||||
WasOverCutLine,
|
||||
IsPopping,
|
||||
#ifdef USE_MIDI
|
||||
IsStretching,
|
||||
#endif
|
||||
IsZooming,
|
||||
#ifdef EXPERIMENTAL_MIDI_OUT
|
||||
IsVelocitySliding,
|
||||
@@ -840,7 +823,7 @@ protected:
|
||||
mResizeCursor, mSlideCursor, mEnvelopeCursor, // doubles as the center frequency cursor
|
||||
// for spectral selection
|
||||
mSmoothCursor, mZoomInCursor, mZoomOutCursor,
|
||||
mLabelCursorLeft, mLabelCursorRight, mRearrangeCursor,
|
||||
mRearrangeCursor,
|
||||
mDisabledCursor, mAdjustLeftSelectionCursor, mAdjustRightSelectionCursor;
|
||||
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
|
||||
std::unique_ptr<wxCursor>
|
||||
|
||||
Reference in New Issue
Block a user