diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index 064bee2..31c6fb5 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -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; - //} - - - - - - - - - } } \ No newline at end of file