1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-22 00:21:18 +01:00

Remove NormalizeOnLoad

It's a mis-feature.
This commit is contained in:
James Crook
2019-08-02 18:09:05 +01:00
parent 5ebc13be93
commit 65682e7a0c
4 changed files with 2 additions and 24 deletions

View File

@@ -75,9 +75,6 @@ public:
bool GetShowId3Dialog() const { return mShowId3Dialog; } //lda
void SetShowId3Dialog(bool flag) { mShowId3Dialog = flag; } //lda
bool GetNormalizeOnLoad() const { return mNormalizeOnLoad; } //lda
void SetNormalizeOnLoad(bool flag) { mNormalizeOnLoad = flag; } //lda
bool IsSyncLocked() const;
void SetSyncLock(bool flag);
@@ -141,7 +138,6 @@ private:
bool mTracksFitVerticallyZoomed{ false }; //lda
bool mShowId3Dialog{ true }; //lda
bool mNormalizeOnLoad; //lda
bool mIsSyncLocked{ false };
bool mEmptyCanBeDirty;
bool mShowSplashScreen;