mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Removed unused code
This commit is contained in:
parent
5ac59a1b35
commit
bea1925438
1 changed files with 0 additions and 1 deletions
|
|
@ -921,7 +921,6 @@ private void NewMainMenu_Click(object sender, EventArgs e)
|
||||||
PublicVar.openFileName = Path.GetFileName(filePath);
|
PublicVar.openFileName = Path.GetFileName(filePath);
|
||||||
}
|
}
|
||||||
TypedPassword.Value = null;
|
TypedPassword.Value = null;
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue