mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Removed unused code
This commit is contained in:
parent
84cebf9a1b
commit
2e867ce35d
1 changed files with 4 additions and 1 deletions
|
|
@ -981,7 +981,10 @@ private async void RichTextBox_DragDrop(object sender, DragEventArgs e)
|
||||||
private void RichTextBox_TextChanged(object sender, EventArgs e)
|
private void RichTextBox_TextChanged(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
statusPanelTimer.Start();
|
statusPanelTimer.Start();
|
||||||
|
//if (string.IsNullOrEmpty(PublicVar.openFileName))
|
||||||
|
//{
|
||||||
|
// Text = "Unnamed.cnp" + " – " + PublicVar.appName;
|
||||||
|
//}
|
||||||
if (richTextBox.Modified)
|
if (richTextBox.Modified)
|
||||||
{
|
{
|
||||||
if (!Text.Contains("*"))
|
if (!Text.Contains("*"))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue