1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-04 15:50:10 +01:00

Revert unintended changes. Should have changed Ruler.cpp only.

This (partially) reverts commit 79b7caac07.
This commit is contained in:
Paul-Licameli
2015-04-21 19:35:49 -04:00
parent 79b7caac07
commit a3fcf5a265
3 changed files with 0 additions and 18 deletions

View File

@@ -482,8 +482,6 @@ int ControlToolBar::PlayPlayRegion(const SelectedRegion &selectedRegion,
// to indicate backwards play.
const bool looped = options.playLooped;
double startTime = *options.pStartTime;
if (backwards)
std::swap(t0, t1);