1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-06 06:31:07 +01:00

Delete a quantity of unused variables, based on a patch supplied by Campbell Barton

This commit is contained in:
RichardAsh1981@gmail.com
2013-09-12 16:48:55 +00:00
parent c5f386da80
commit 2952017541
7 changed files with 4 additions and 24 deletions

View File

@@ -1478,9 +1478,7 @@ void AudacityProject::UpdateFirstVisible()
mViewInfo.track = NULL;
if (t->GetY() > mViewInfo.vpos) {
Track *l = NULL;
while (t && t->GetY() > mViewInfo.vpos) {
l = t;
t = mTracks->GetPrev(t);
}
}