1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Oops, missed this which we don't need any more

This commit is contained in:
richardash1981 2014-10-25 20:58:42 +00:00
parent 8e47b64e2b
commit 384048e1bd

View File

@ -161,7 +161,6 @@ void InitPreferences()
if(action == wxYES) // reset
{
gPrefs->DeleteAll();
gPrefs->Write(wxT("/NewPrefsInitialized"), true);
}
bool gone = wxRemoveFile(fn.GetFullPath()); // remove resetPrefs.txt
if(!gone)