Removed unused code

This commit is contained in:
Alexander 2019-11-11 20:54:35 +02:00
parent 84cebf9a1b
commit 2e867ce35d

View file

@ -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("*"))