1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-24 16:38:07 +02:00

Remove a comment

This commit is contained in:
Paul Licameli 2019-05-22 10:36:18 -04:00
parent d5b2507af9
commit 469247e7ef

View File

@ -445,7 +445,6 @@ enum{
kAudacitySortByName = (1 << 2),
};
//sort based on flags. see Project.h for sort flags
void DoSortTracks( AudacityProject &project, int flags )
{
auto GetTime = [](const Track *t) {