From 505a7caff456368d20e55003da6301b9cd419204 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 28 Sep 2019 22:44:14 +0300 Subject: [PATCH] Removed unused variables --- Crypto Notepad/Program.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Crypto Notepad/Program.cs b/Crypto Notepad/Program.cs index 8b281ca..d819b1f 100644 --- a/Crypto Notepad/Program.cs +++ b/Crypto Notepad/Program.cs @@ -20,14 +20,12 @@ static void Main() static class PublicVar { public static EncryptedString encryptionKey = new EncryptedString(); - public static bool randomizeSalts = true; public static bool keyChanged = false; - public static bool settingsChanged = false; public static bool okPressed = false; public const string appName = "Crypto Notepad"; public static string openFileName; } - + static class TypedPassword { public static string Value { get; set; }