diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index a94a278..0d2675d 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -981,10 +981,6 @@ 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("*"))