File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,8 @@ TUserConfigFileUpdater = class(TConfigFileUpdater)
9898 procedure DeleteNewsPrefs ;
9999 // / <summary>Deletes unused Prefs:Updating section.</summary>
100100 procedure DeleteUpdatingPrefs ;
101+ // / <summary>Deletes unused UpdateChecks section.</summary>
102+ procedure DeleteUpdateChecks ;
101103 // / <summary>Effectively renames MainWindow section used prior to version
102104 // / 11 as WindowState:MainForm.</summary>
103105 procedure RenameMainWindowSection ;
Original file line number Diff line number Diff line change @@ -243,6 +243,7 @@ procedure TFirstRun.UpdateUserCfgFile(out Changes: TFirstRunCfgChangeSet);
243243 fUserConfigFile.DeleteNewsPrefs;
244244 fUserConfigFile.DeleteProxyServerSection;
245245 fUserConfigFile.DeleteUpdatingPrefs;
246+ fUserConfigFile.DeleteUpdateChecks;
246247 end ;
247248
248249 { $IFNDEF PORTABLE}
You can’t perform that action at this time.
0 commit comments