From 82f6514d4ba25a154e61e6548399c3b0f17bbe4a Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 28 Dec 2018 12:58:22 +0200 Subject: [PATCH] Removed unused code --- Crypto Notepad/SettingsForm.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Crypto Notepad/SettingsForm.cs b/Crypto Notepad/SettingsForm.cs index 9715537..77a85f6 100644 --- a/Crypto Notepad/SettingsForm.cs +++ b/Crypto Notepad/SettingsForm.cs @@ -1,8 +1,6 @@ using Microsoft.Win32; using System; -using System.Diagnostics; using System.Drawing; -using System.IO; using System.Reflection; using System.Windows.Forms;