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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user