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
9df3b259c0
commit
8a8a3fbf96
1 changed files with 0 additions and 23 deletions
|
|
@ -1390,28 +1390,5 @@ private void VariablesToolStripMenuItem_Click(object sender, EventArgs e)
|
|||
}
|
||||
/*Debug Menu*/
|
||||
|
||||
|
||||
//public int FindMyTextNext(string text, int start)
|
||||
//{
|
||||
// int returnValue = -1;
|
||||
// if (text.Length > 0 && start >= 0)
|
||||
// {
|
||||
// int indexToText = CustomRTB.Find(text, start, RichTextBoxFinds.MatchCase);
|
||||
// if (indexToText >= 0)
|
||||
// {
|
||||
// returnValue = indexToText;
|
||||
// }
|
||||
// }
|
||||
// return returnValue;
|
||||
//}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue