From a19d6a685253ee7f15b9810ac5000a2eafcc4953 Mon Sep 17 00:00:00 2001 From: Sigmanor Date: Sun, 10 Jan 2016 14:29:54 +0200 Subject: [PATCH] Deleted unused "using" --- Crypto Notepad/PortableSettingsProvider.cs | 4 ---- Crypto Notepad/Program.cs | 3 --- 2 files changed, 7 deletions(-) diff --git a/Crypto Notepad/PortableSettingsProvider.cs b/Crypto Notepad/PortableSettingsProvider.cs index 1afe14b..31aa545 100644 --- a/Crypto Notepad/PortableSettingsProvider.cs +++ b/Crypto Notepad/PortableSettingsProvider.cs @@ -1,12 +1,8 @@ using System; using System.Collections; -using System.Collections.Generic; -using System.Text; using System.Configuration; -using System.Configuration.Provider; using System.Windows.Forms; using System.Collections.Specialized; -using Microsoft.Win32; using System.Xml; using System.IO; diff --git a/Crypto Notepad/Program.cs b/Crypto Notepad/Program.cs index a9b8efb..cc87bfa 100644 --- a/Crypto Notepad/Program.cs +++ b/Crypto Notepad/Program.cs @@ -1,7 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; using System.Windows.Forms; namespace Crypto_Notepad