Removed unused code

This commit is contained in:
Alexander 2019-11-11 20:55:52 +02:00
parent 2e867ce35d
commit d11d04db1f

View file

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