From 2e867ce35dbe22c64a618a59d9601bced7c23745 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 11 Nov 2019 20:54:35 +0200 Subject: [PATCH] Removed unused code --- Crypto Notepad/MainForm.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index 282b4e2..a94a278 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -981,7 +981,10 @@ private async void RichTextBox_DragDrop(object sender, DragEventArgs e) private void RichTextBox_TextChanged(object sender, EventArgs e) { statusPanelTimer.Start(); - + //if (string.IsNullOrEmpty(PublicVar.openFileName)) + //{ + // Text = "Unnamed.cnp" + " – " + PublicVar.appName; + //} if (richTextBox.Modified) { if (!Text.Contains("*"))