Removed unused code

This commit is contained in:
Alexander 2019-11-05 22:41:57 +02:00
parent 04117e65c7
commit b5b49ec535

View file

@ -749,10 +749,6 @@ private void MainWindow_Load(object sender, EventArgs e)
{
OpenAsotiations();
}
if (args.Contains("/e")) /*encrypt*/
{
ContextMenuEncrypt();
}
if (args.Contains("/er")) /*encrypt and replace*/
{
ContextMenuEncryptReplace();