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
2e867ce35d
commit
d11d04db1f
1 changed files with 0 additions and 4 deletions
|
|
@ -981,10 +981,6 @@ 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