runelite-client: remove removed scripts

This commit is contained in:
Max Weber
2020-07-02 04:44:21 -06:00
parent 07cee70709
commit 33992efac7

View File

@@ -109,17 +109,6 @@ public final class ScriptID
@ScriptArguments()
public static final int CHAT_PROMPT_INIT = 223;
/**
* Displays the game messages when clicking on an item inside the Items Kept on Death interface
* <ul>
* <li> int (boolean) Item kept on death </li>
* <li> int Item Quantity </li>
* <li> String Item Name </li>
* </ul>
*/
@ScriptArguments(integer = 2, string = 1)
public static final int DEATH_KEEP_ITEM_EXAMINE = 1603;
/**
* Checks the state of the given stash unit.
* <ul>
@@ -204,12 +193,6 @@ public final class ScriptID
@ScriptArguments(string = 1)
public static final int FRIENDS_CHAT_SEND_KICK = 215;
/**
* Builds the items kept on death widget
*/
@ScriptArguments(integer = 4, string = 2)
public static final int DEATH_KEEP_BUILD = 1601;
/**
* Builds the widget that holds all of the players inside a friends chat
*/