Skip to content
This repository has been archived by the owner on Aug 7, 2022. It is now read-only.

Commit

Permalink
Removed unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Dec 7, 2019
1 parent 43c8890 commit f35e545
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OMODFramework/Scripting/IScriptFunctions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ List<int> Select(
/// </summary>
/// <param name="title">Title of the popup, is never null</param>
/// <param name="initialText">Initial contents of the text box, is never null</param>
/// <param name="useRTF">Whether to use a System.Windows.Forms.RichTextBox or a normal TextBox</param>
/// <returns>Contents of the text box or null if the user canceled</returns>
string InputString(string title, string initialText);

Expand Down

0 comments on commit f35e545

Please sign in to comment.