1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-28 14:18:41 +02:00

Remove some unused members

This commit is contained in:
Paul Licameli 2017-06-07 21:57:07 -04:00
parent 3255ab6c5b
commit a4f0a8c39a

View File

@ -526,8 +526,6 @@ TrackPanel::TrackPanel(wxWindow * parent, wxWindowID id,
//drawing track. //drawing track.
mDrawingTrack =NULL; mDrawingTrack =NULL;
//More initializations, some of these for no other reason than
//to prevent runtime memory check warnings
mZoomStart = -1; mZoomStart = -1;
mZoomEnd = -1; mZoomEnd = -1;