mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20: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()
|
bool AudacityProject::IsSticky()
|
||||||
{
|
{
|
||||||
#ifdef EXPERIMENTAL_LINKING
|
#ifdef EXPERIMENTAL_LINKING
|
||||||
return GetStickyFlag();
|
return mStickyFlag;
|
||||||
#else
|
#else
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
|
@ -278,7 +278,6 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
|
|||||||
void EditByLabel( WaveTrack::EditFunction action, bool syncTracks );
|
void EditByLabel( WaveTrack::EditFunction action, bool syncTracks );
|
||||||
void EditClipboardByLabel( WaveTrack::EditDestFunction action );
|
void EditClipboardByLabel( WaveTrack::EditDestFunction action );
|
||||||
bool IsSticky();
|
bool IsSticky();
|
||||||
bool GetStickyFlag() { return mStickyFlag; };
|
|
||||||
void SetStickyFlag(bool flag);
|
void SetStickyFlag(bool flag);
|
||||||
|
|
||||||
// "exclusive" mute means mute the chosen track and unmute all others.
|
// "exclusive" mute means mute the chosen track and unmute all others.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user