MCPcopy Create free account
hub / github.com/audacity/audacity / OnSelectAllTime

Method OnSelectAllTime

src/menus/SelectMenus.cpp:915–919  ·  view source on GitHub ↗

Legacy functions, not used as of version 2.3.0

Source from the content-addressed store, hash-verified

913#if 1
914// Legacy functions, not used as of version 2.3.0
915void OnSelectAllTime(const CommandContext &context)
916{
917 auto &project = context.project;
918 SelectUtilities::DoSelectTimeAndTracks( project, true, false );
919}
920#endif
921
922void UpdatePrefs() override

Callers

nothing calls this directly

Calls 1

DoSelectTimeAndTracksFunction · 0.85

Tested by

no test coverage detected