minor cleanup

This commit is contained in:
David Sparer
2018-07-24 12:54:34 -05:00
parent 2fb67e7042
commit 2c419c0b2e

View File

@@ -32,11 +32,6 @@ namespace mRemoteNG.Connection
public DateTime LastSqlUpdate { get; set; }
public ConnectionTreeModel ConnectionTreeModel { get; private set; }
//public ConnectionTreeModel ConnectionTreeModel
//{
// get { return Windows.TreeForm.ConnectionTree.ConnectionTreeModel; }
// set { Windows.TreeForm.ConnectionTree.ConnectionTreeModel = value; }
//}
public ConnectionsService(PuttySessionsManager puttySessionsManager)
{