Removed unused code

This commit is contained in:
David Sparer
2016-10-03 12:02:48 -06:00
parent 85b6e09ea6
commit 418f023780
2 changed files with 0 additions and 2 deletions

View File

@@ -33,7 +33,6 @@ namespace mRemoteNG.App
public static bool IsConnectionsFileLoaded { get; set; }
public static RemoteConnectionsSyncronizer RemoteConnectionsSyncronizer { get; set; }
public static DateTime LastSqlUpdate { get; set; }
public static string LastSelected { get; set; }
public static ArrayList ExternalTools { get; set; } = new ArrayList();
public static ConnectionTreeModel ConnectionTreeModel
{

View File

@@ -407,7 +407,6 @@ namespace mRemoteNG.UI.Window
try
{
Windows.ConfigForm.SetPropertyGridObject(SelectedNode);
Runtime.LastSelected = (SelectedNode)?.ConstantID;
}
catch (Exception ex)
{