runelite-client: Remove ChatboxInputManager

It was superseded by ChatboxPanelManager and has been broken for a while now
This commit is contained in:
Max Weber
2019-03-08 03:56:17 -07:00
parent 374aec5814
commit f1d919765d
4 changed files with 0 additions and 334 deletions

View File

@@ -116,15 +116,6 @@ public final class ScriptID
*/
public static final int DIARY_QUEST_UPDATE_LINECOUNT = 2523;
/**
* Initializes the chatbox input to use RuneLite callbacks
* <ul>
* <li> String Prompt text </li>
* <li> String Default value </li>
* </ul>
*/
public static final int RUNELITE_CHATBOX_INPUT_INIT = 10001;
/**
* Does nothing
*