mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Removed unused code
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -407,7 +407,6 @@ namespace mRemoteNG.UI.Window
|
||||
try
|
||||
{
|
||||
Windows.ConfigForm.SetPropertyGridObject(SelectedNode);
|
||||
Runtime.LastSelected = (SelectedNode)?.ConstantID;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user