1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-22 16:41:18 +01:00

Revert "Bug 2366 - Macros: Run does "Select All" ignoring setting in Tracks Behaviors Preferences"

This reverts commit 1478abf3d0.

Removing until some questions are answered.
This commit is contained in:
Leland Lucius
2021-01-29 06:16:17 -06:00
parent e5ca3cefba
commit 90a1783779
4 changed files with 5 additions and 42 deletions

View File

@@ -20,7 +20,6 @@ namespace SelectUtilities {
void DoSelectTimeAndTracks(
AudacityProject &project, bool bAllTime, bool bAllTracks);
void SelectAllIfNone( AudacityProject &project );
bool SelectAllIfNoneAndAllowed( AudacityProject &project );
void SelectNone( AudacityProject &project );
void DoListSelection(
AudacityProject &project, Track *t,