runelite-api: Remove MTA widgets
They mapper couldn't find them and they are not used
This commit is contained in:
@@ -614,12 +614,6 @@ public class WidgetID
|
|||||||
static final int DIARY_TEXT = 3;
|
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 class DestroyItem
|
||||||
{
|
{
|
||||||
static final int DESTROY_ITEM_NAME = 6;
|
static final int DESTROY_ITEM_NAME = 6;
|
||||||
|
|||||||
@@ -378,9 +378,6 @@ public enum WidgetInfo
|
|||||||
|
|
||||||
BLAST_MINE(WidgetID.BLAST_MINE_GROUP_ID, 2),
|
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(WidgetID.FAIRY_RING_GROUP_ID, 0),
|
||||||
|
|
||||||
FAIRY_RING_HEADER(WidgetID.FAIRY_RING_PANEL_GROUP_ID, WidgetID.FairyRingPanel.HEADER),
|
FAIRY_RING_HEADER(WidgetID.FAIRY_RING_PANEL_GROUP_ID, WidgetID.FairyRingPanel.HEADER),
|
||||||
|
|||||||
Reference in New Issue
Block a user