Removed unused code

This commit is contained in:
Alexander 2018-12-27 00:28:00 +02:00
parent 9df3b259c0
commit 8a8a3fbf96

View file

@ -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;
//}
}
}