From 384048e1bdcaab8a6e41700d2d8a3988308cfc57 Mon Sep 17 00:00:00 2001 From: richardash1981 Date: Sat, 25 Oct 2014 20:58:42 +0000 Subject: [PATCH] Oops, missed this which we don't need any more --- src/Prefs.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Prefs.cpp b/src/Prefs.cpp index f9a28594e..58f21be66 100644 --- a/src/Prefs.cpp +++ b/src/Prefs.cpp @@ -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)