From 25b32a6444b5ad9bf10daa6844923046b775b64f Mon Sep 17 00:00:00 2001 From: David Sparer Date: Thu, 4 May 2017 17:40:26 -0600 Subject: [PATCH] removed unused code --- mRemoteV1/Security/IHasKey.cs | 9 --------- mRemoteV1/mRemoteV1.csproj | 1 - 2 files changed, 10 deletions(-) delete mode 100644 mRemoteV1/Security/IHasKey.cs diff --git a/mRemoteV1/Security/IHasKey.cs b/mRemoteV1/Security/IHasKey.cs deleted file mode 100644 index 993ebe6e..00000000 --- a/mRemoteV1/Security/IHasKey.cs +++ /dev/null @@ -1,9 +0,0 @@ -using System.Security; - -namespace mRemoteNG.Security -{ - public interface IHasKey - { - SecureString Key { get; set; } - } -} \ No newline at end of file diff --git a/mRemoteV1/mRemoteV1.csproj b/mRemoteV1/mRemoteV1.csproj index 8bb389d5..566ff18d 100644 --- a/mRemoteV1/mRemoteV1.csproj +++ b/mRemoteV1/mRemoteV1.csproj @@ -231,7 +231,6 @@ -