diff --git a/mRemoteNG/App/Shutdown.cs b/mRemoteNG/App/Shutdown.cs index da4a88941..f577c8f46 100644 --- a/mRemoteNG/App/Shutdown.cs +++ b/mRemoteNG/App/Shutdown.cs @@ -67,8 +67,7 @@ namespace mRemoteNG.App DateTime updateDate; DateTime currentDate = DateTime.Now; - //OBSOLETE: Settings.Default.SaveConsOnExit is obsolete and should be removed in a future release - if (Properties.OptionsStartupExitPage.Default.SaveConnectionsOnExit || (Properties.OptionsBackupPage.Default.SaveConnectionsFrequency == (int)ConnectionsBackupFrequencyEnum.OnExit)) + if ((Properties.OptionsBackupPage.Default.SaveConnectionsFrequency == (int)ConnectionsBackupFrequencyEnum.OnExit)) { Runtime.ConnectionsService.SaveConnections(); return;