1
0
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:
Paul Licameli 2017-06-07 21:57:07 -04:00
parent cb039c200a
commit 3255ab6c5b
2 changed files with 0 additions and 4 deletions

View File

@ -530,8 +530,6 @@ TrackPanel::TrackPanel(wxWindow * parent, wxWindowID id,
//to prevent runtime memory check warnings //to prevent runtime memory check warnings
mZoomStart = -1; mZoomStart = -1;
mZoomEnd = -1; mZoomEnd = -1;
mPrevWidth = -1;
mPrevHeight = -1;
// This is used to snap the cursor to the nearest track that // This is used to snap the cursor to the nearest track that
// lines up with it. // lines up with it.

View File

@ -643,8 +643,6 @@ protected:
int mTimeCount; int mTimeCount;
bool mRefreshBacking; bool mRefreshBacking;
int mPrevWidth;
int mPrevHeight;
SelectedRegion mInitialSelection; SelectedRegion mInitialSelection;
std::vector<bool> mInitialTrackSelection; std::vector<bool> mInitialTrackSelection;