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

Get rid of unnecessary GetStickyFlag().

This commit is contained in:
v.audacity
2010-07-26 22:36:15 +00:00
parent 49f8db7114
commit 0e4aa1c6e5
2 changed files with 1 additions and 2 deletions

View File

@@ -278,7 +278,6 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
void EditByLabel( WaveTrack::EditFunction action, bool syncTracks );
void EditClipboardByLabel( WaveTrack::EditDestFunction action );
bool IsSticky();
bool GetStickyFlag() { return mStickyFlag; };
void SetStickyFlag(bool flag);
// "exclusive" mute means mute the chosen track and unmute all others.