mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Get rid of unnecessary GetStickyFlag().
This commit is contained in:
parent
49f8db7114
commit
0e4aa1c6e5
@ -4392,7 +4392,7 @@ bool AudacityProject::GetSnapTo()
|
||||
bool AudacityProject::IsSticky()
|
||||
{
|
||||
#ifdef EXPERIMENTAL_LINKING
|
||||
return GetStickyFlag();
|
||||
return mStickyFlag;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user