1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-16 07:47:58 +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

@@ -89,7 +89,6 @@ ProjectSettings::ProjectSettings( AudacityProject &project )
void ProjectSettings::UpdatePrefs()
{
gPrefs->Read(wxT("/AudioFiles/ShowId3Dialog"), &mShowId3Dialog, true);
gPrefs->Read(wxT("/AudioFiles/NormalizeOnLoad"),&mNormalizeOnLoad, false);
gPrefs->Read(wxT("/GUI/EmptyCanBeDirty"), &mEmptyCanBeDirty, true );
gPrefs->Read(wxT("/GUI/ShowSplashScreen"), &mShowSplashScreen, true);
gPrefs->Read(wxT("/GUI/Solo"), &mSoloPref, wxT("Simple"));