runelite-api: Remove MTA widgets

They mapper couldn't find them and they are not used
This commit is contained in:
Max Weber
2018-09-13 06:02:22 -06:00
parent aa680be84c
commit 0a3fd8bb6b
2 changed files with 0 additions and 9 deletions

View File

@@ -614,12 +614,6 @@ public class WidgetID
static final int DIARY_TEXT = 3;
}
static class MTA
{
static final int BONUS_COMPONENT = 7;
static final int BONUS_TEXT_COMPONENT = 12;
}
static class DestroyItem
{
static final int DESTROY_ITEM_NAME = 6;

View File

@@ -378,9 +378,6 @@ public enum WidgetInfo
BLAST_MINE(WidgetID.BLAST_MINE_GROUP_ID, 2),
MTA_ENCHANTMENT_BONUS_TEXT(WidgetID.MTA_ENCHANTMENT_GROUP_ID, WidgetID.MTA.BONUS_TEXT_COMPONENT),
MTA_ENCHANTMENT_BONUS(WidgetID.MTA_ENCHANTMENT_GROUP_ID, WidgetID.MTA.BONUS_COMPONENT),
FAIRY_RING(WidgetID.FAIRY_RING_GROUP_ID, 0),
FAIRY_RING_HEADER(WidgetID.FAIRY_RING_PANEL_GROUP_ID, WidgetID.FairyRingPanel.HEADER),