From a909f6925a66c21c8e79db390aa6b6de4911d9f6 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 20 Dec 2018 01:06:35 +0200 Subject: [PATCH] Removed unused code --- Crypto Notepad/MainForm.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index 45c18fd..5b0f9d9 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -10,7 +10,6 @@ using System.Reflection; using System.Security.Cryptography; using System.Threading; -using System.Threading.Tasks; using System.Windows.Forms; using File = System.IO.File;