Removed unused code

This commit is contained in:
Alexander 2019-10-15 20:06:25 +03:00
parent e43afdb85c
commit 5ac59a1b35

View file

@ -75,7 +75,6 @@ private void DecryptAES()
if (dialogResult == DialogResult.Cancel)
{
PublicVar.openFileName = Path.GetFileName(filePath);
return;
}
}
}