1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Remove scrolling left of zero check mark from Tracks menu...

... Less need now to make it more discoverable, because we override an "off"
setting during transport with a pinned play head, thus removing some
inconsistency and confusion.
This commit is contained in:
Paul Licameli
2016-06-08 18:11:54 -04:00
parent a610070038
commit df0e4945de
2 changed files with 0 additions and 21 deletions

View File

@@ -179,8 +179,6 @@ double GetTime(const Track *t);
void OnSortTime();
void OnSortName();
void OnToggleScrollLeftOfZero();
void OnSnapToOff();
void OnSnapToNearest();
void OnSnapToPrior();