From 8a8a3fbf96d493ca58d02b1f2a94aca132f36f4c Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 27 Dec 2018 00:28:00 +0200 Subject: [PATCH] Removed unused code --- Crypto Notepad/MainForm.cs | 23 ----------------------- 1 file changed, 23 deletions(-) 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