mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Removed unused variables
This commit is contained in:
parent
e0d55d657e
commit
505a7caff4
1 changed files with 1 additions and 3 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue