1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 06:03:49 +01:00

Removed some functions never called, code never reached, fields never used

This commit is contained in:
Paul Licameli
2015-05-29 00:13:50 -04:00
parent 28e9ed8c21
commit 6810095509
6 changed files with 0 additions and 33 deletions

View File

@@ -304,7 +304,6 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
void Zoom(double level);
void Rewind(bool shift);
void SkipEnd(bool shift);
void SetStop(bool bStopped);
void EditByLabel( WaveTrack::EditFunction action, bool bSyncLockedTracks );
void EditClipboardByLabel( WaveTrack::EditDestFunction action );
bool IsSyncLocked();