mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-04 14:39:08 +02:00
Remove some unused members
This commit is contained in:
parent
cb039c200a
commit
3255ab6c5b
@ -530,8 +530,6 @@ TrackPanel::TrackPanel(wxWindow * parent, wxWindowID id,
|
||||
//to prevent runtime memory check warnings
|
||||
mZoomStart = -1;
|
||||
mZoomEnd = -1;
|
||||
mPrevWidth = -1;
|
||||
mPrevHeight = -1;
|
||||
|
||||
// This is used to snap the cursor to the nearest track that
|
||||
// lines up with it.
|
||||
|
@ -643,8 +643,6 @@ protected:
|
||||
int mTimeCount;
|
||||
|
||||
bool mRefreshBacking;
|
||||
int mPrevWidth;
|
||||
int mPrevHeight;
|
||||
|
||||
SelectedRegion mInitialSelection;
|
||||
std::vector<bool> mInitialTrackSelection;
|
||||
|
Loading…
x
Reference in New Issue
Block a user