mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 08:39:46 +02:00
Remove comment no longer needed.
This commit is contained in:
parent
2b7863a133
commit
71def3fad2
@ -5103,8 +5103,6 @@ void AudacityProject::HandleAlign(int index, bool moveSel)
|
||||
action = _("Aligned end with selection end");
|
||||
}
|
||||
|
||||
// This was supposed to handle Align Together but newPos may be less than 0.0.
|
||||
// if (newPos >= 0.0) {
|
||||
if (index == kAlign){
|
||||
TrackListIterator iter(mTracks);
|
||||
Track *t = iter.First();
|
||||
|
Loading…
x
Reference in New Issue
Block a user