1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02: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

@ -4392,7 +4392,7 @@ bool AudacityProject::GetSnapTo()
bool AudacityProject::IsSticky()
{
#ifdef EXPERIMENTAL_LINKING
return GetStickyFlag();
return mStickyFlag;
#else
return false;
#endif

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.