1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 17:41:13 +02:00

Remove short functions from namespace TransportActions

This commit is contained in:
Paul Licameli
2019-07-03 10:20:53 -04:00
parent c8c76cf294
commit 2c840a75c5
8 changed files with 10 additions and 28 deletions

View File

@@ -166,9 +166,6 @@ namespace TransportActions {
void StopIfPaused( AudacityProject &project );
bool DoPlayStopSelect( AudacityProject &project, bool click, bool shift );
void DoPlayStopSelect( AudacityProject &project );
void DoStop( AudacityProject & );
void DoPause( AudacityProject & );
void DoRecord( AudacityProject & );
}
#endif