From b5b49ec535fa5a281f9233d4a0c3073efb7a3d49 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 5 Nov 2019 22:41:57 +0200 Subject: [PATCH] Removed unused code --- Crypto Notepad/MainForm.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index 93c1012..da6f83f 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -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();